Class: Peddler::Notifications::FeePromotion::Payload

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

#fee_promotion_notificationPeddler::Notifications::FeePromotion::FeePromotionNotification (readonly)

Returns the value of attribute fee_promotion_notification.



235
236
237
# File 'sig/peddler/notifications/fee_promotion.rbs', line 235

def fee_promotion_notification
  @fee_promotion_notification
end

Class Method Details

.[](fee_promotion_notification:) ⇒ Peddler::Notifications::FeePromotion::Payload .[](arg0) ⇒ Peddler::Notifications::FeePromotion::Payload



228
229
# File 'sig/peddler/notifications/fee_promotion.rbs', line 228

def self.[]: (fee_promotion_notification: Peddler::Notifications::FeePromotion::FeePromotionNotification) -> Peddler::Notifications::FeePromotion::Payload
| (Peddler::Notifications::FeePromotion::FeePromotionNotification) -> Peddler::Notifications::FeePromotion::Payload

.members[ :fee_promotion_notification ]

Returns:

  • ([ :fee_promotion_notification ])


231
# File 'sig/peddler/notifications/fee_promotion.rbs', line 231

def self.members: () -> [ :fee_promotion_notification ]

.new(fee_promotion_notification:) ⇒ Peddler::Notifications::FeePromotion::Payload .new(arg0) ⇒ Peddler::Notifications::FeePromotion::Payload



226
227
# File 'sig/peddler/notifications/fee_promotion.rbs', line 226

def self.new: (fee_promotion_notification: Peddler::Notifications::FeePromotion::FeePromotionNotification) -> Peddler::Notifications::FeePromotion::Payload
| (Peddler::Notifications::FeePromotion::FeePromotionNotification) -> Peddler::Notifications::FeePromotion::Payload

.parsePeddler::Notifications::FeePromotion::Payload

Parameters:

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

Returns:



233
# File 'sig/peddler/notifications/fee_promotion.rbs', line 233

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::FeePromotion::Payload

Instance Method Details

#members[ :fee_promotion_notification ]

Returns:

  • ([ :fee_promotion_notification ])


237
# File 'sig/peddler/notifications/fee_promotion.rbs', line 237

def members: () -> [ :fee_promotion_notification ]

#to_h{ fee_promotion_notification: Peddler::Notifications::FeePromotion::FeePromotionNotification }

Returns:



238
# File 'sig/peddler/notifications/fee_promotion.rbs', line 238

def to_h: () -> { fee_promotion_notification: Peddler::Notifications::FeePromotion::FeePromotionNotification }