Class: Peddler::Notifications::FeePromotion::IdentifierValue

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/notifications/fee_promotion.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#identifier_value_friendly_nameString? (readonly)

Returns the value of attribute identifier_value_friendly_name.

Returns:

  • (String, nil)


177
178
179
# File 'sig/peddler/notifications/fee_promotion.rbs', line 177

def identifier_value_friendly_name
  @identifier_value_friendly_name
end

#identifier_value_idString (readonly)

Returns the value of attribute identifier_value_id.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::Notifications::FeePromotion::IdentifierValue

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:

  • ({ 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? }