Class: Peddler::Notifications::FulfillmentOrderStatus::Payload

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#fulfillment_order_status_notificationPeddler::Notifications::FulfillmentOrderStatus::FulfillmentOrderStatusNotification (readonly)

Returns the value of attribute fulfillment_order_status_notification.



112
113
114
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 112

def fulfillment_order_status_notification
  @fulfillment_order_status_notification
end

Class Method Details

.[](fulfillment_order_status_notification:) ⇒ Peddler::Notifications::FulfillmentOrderStatus::Payload .[](arg0) ⇒ Peddler::Notifications::FulfillmentOrderStatus::Payload



105
106
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 105

def self.[]: (fulfillment_order_status_notification: Peddler::Notifications::FulfillmentOrderStatus::FulfillmentOrderStatusNotification) -> Peddler::Notifications::FulfillmentOrderStatus::Payload
| (Peddler::Notifications::FulfillmentOrderStatus::FulfillmentOrderStatusNotification) -> Peddler::Notifications::FulfillmentOrderStatus::Payload

.members[ :fulfillment_order_status_notification ]

Returns:

  • ([ :fulfillment_order_status_notification ])


108
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 108

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

.new(fulfillment_order_status_notification:) ⇒ Peddler::Notifications::FulfillmentOrderStatus::Payload .new(arg0) ⇒ Peddler::Notifications::FulfillmentOrderStatus::Payload



103
104
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 103

def self.new: (fulfillment_order_status_notification: Peddler::Notifications::FulfillmentOrderStatus::FulfillmentOrderStatusNotification) -> Peddler::Notifications::FulfillmentOrderStatus::Payload
| (Peddler::Notifications::FulfillmentOrderStatus::FulfillmentOrderStatusNotification) -> Peddler::Notifications::FulfillmentOrderStatus::Payload

.parsePeddler::Notifications::FulfillmentOrderStatus::Payload

Parameters:

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

Returns:



110
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 110

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

Instance Method Details

#members[ :fulfillment_order_status_notification ]

Returns:

  • ([ :fulfillment_order_status_notification ])


114
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 114

def members: () -> [ :fulfillment_order_status_notification ]

#to_h{ fulfillment_order_status_notification: Peddler::Notifications::FulfillmentOrderStatus::FulfillmentOrderStatusNotification }

Returns:



115
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 115

def to_h: () -> { fulfillment_order_status_notification: Peddler::Notifications::FulfillmentOrderStatus::FulfillmentOrderStatusNotification }