Class: Peddler::Notifications::FeePromotion::IdentifierValue
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::FeePromotion::IdentifierValue
- Defined in:
- sig/peddler/notifications/fee_promotion.rbs
Instance Attribute Summary collapse
-
#identifier_value_friendly_name ⇒ String?
readonly
Returns the value of attribute identifier_value_friendly_name.
-
#identifier_value_id ⇒ String
readonly
Returns the value of attribute identifier_value_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :identifier_value_id, :identifier_value_friendly_name ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::FeePromotion::IdentifierValue
Instance Method Summary collapse
-
#members ⇒ [ :identifier_value_id, :identifier_value_friendly_name ]
-
#to_h ⇒ { identifier_value_id: String, identifier_value_friendly_name: String? }
Instance Attribute Details
#identifier_value_friendly_name ⇒ String? (readonly)
Returns the value of attribute identifier_value_friendly_name.
177 178 179 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 177 def identifier_value_friendly_name @identifier_value_friendly_name end |
#identifier_value_id ⇒ String (readonly)
Returns the value of attribute identifier_value_id.
178 179 180 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 178 def identifier_value_id @identifier_value_id end |
Class Method Details
.[](identifier_value_id:, identifier_value_friendly_name:) ⇒ Peddler::Notifications::FeePromotion::IdentifierValue .[](arg0, arg1) ⇒ Peddler::Notifications::FeePromotion::IdentifierValue
170 171 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 170
def self.[]: (identifier_value_id: String, ?identifier_value_friendly_name: String?) -> Peddler::Notifications::FeePromotion::IdentifierValue
| (String, String?) -> Peddler::Notifications::FeePromotion::IdentifierValue
|
.members ⇒ [ :identifier_value_id, :identifier_value_friendly_name ]
173 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 173
def self.members: () -> [ :identifier_value_id, :identifier_value_friendly_name ]
|
.new(identifier_value_id:, identifier_value_friendly_name:) ⇒ Peddler::Notifications::FeePromotion::IdentifierValue .new(arg0, arg1) ⇒ Peddler::Notifications::FeePromotion::IdentifierValue
168 169 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 168
def self.new: (identifier_value_id: String, ?identifier_value_friendly_name: String?) -> Peddler::Notifications::FeePromotion::IdentifierValue
| (String, String?) -> Peddler::Notifications::FeePromotion::IdentifierValue
|
.parse ⇒ Peddler::Notifications::FeePromotion::IdentifierValue
175 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 175
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::FeePromotion::IdentifierValue
|
Instance Method Details
#members ⇒ [ :identifier_value_id, :identifier_value_friendly_name ]
180 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 180
def members: () -> [ :identifier_value_id, :identifier_value_friendly_name ]
|
#to_h ⇒ { identifier_value_id: String, identifier_value_friendly_name: String? }
181 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 181
def to_h: () -> { identifier_value_id: String, identifier_value_friendly_name: String? }
|