Class: Peddler::Notifications::FeePromotion::Payload
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::FeePromotion::Payload
- Defined in:
- sig/peddler/notifications/fee_promotion.rbs
Instance Attribute Summary collapse
-
#fee_promotion_notification ⇒ Peddler::Notifications::FeePromotion::FeePromotionNotification
readonly
Returns the value of attribute fee_promotion_notification.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :fee_promotion_notification ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::FeePromotion::Payload
Instance Method Summary collapse
-
#members ⇒ [ :fee_promotion_notification ]
-
#to_h ⇒ { fee_promotion_notification: Peddler::Notifications::FeePromotion::FeePromotionNotification }
Instance Attribute Details
#fee_promotion_notification ⇒ Peddler::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 ]
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
|
.parse ⇒ Peddler::Notifications::FeePromotion::Payload
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 ]
237 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 237
def members: () -> [ :fee_promotion_notification ]
|
#to_h ⇒ { fee_promotion_notification: Peddler::Notifications::FeePromotion::FeePromotionNotification }
238 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 238
def to_h: () -> { fee_promotion_notification: Peddler::Notifications::FeePromotion::FeePromotionNotification }
|