Class: Peddler::Notifications::FBAOutboundShipmentStatus::Payload
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::FBAOutboundShipmentStatus::Payload
- Defined in:
- sig/peddler/notifications/fba_outbound_shipment_status.rbs
Instance Attribute Summary collapse
-
#fba_outbound_shipment_status_notification ⇒ Peddler::Notifications::FBAOutboundShipmentStatus::FBAOutboundShipmentStatusNotification
readonly
Returns the value of attribute fba_outbound_shipment_status_notification.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :fba_outbound_shipment_status_notification ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::FBAOutboundShipmentStatus::Payload
Instance Method Summary collapse
-
#members ⇒ [ :fba_outbound_shipment_status_notification ]
-
#to_h ⇒ { fba_outbound_shipment_status_notification: Peddler::Notifications::FBAOutboundShipmentStatus::FBAOutboundShipmentStatusNotification }
Instance Attribute Details
#fba_outbound_shipment_status_notification ⇒ Peddler::Notifications::FBAOutboundShipmentStatus::FBAOutboundShipmentStatusNotification (readonly)
Returns the value of attribute fba_outbound_shipment_status_notification.
54 55 56 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 54 def fba_outbound_shipment_status_notification @fba_outbound_shipment_status_notification end |
Class Method Details
.[](fba_outbound_shipment_status_notification:) ⇒ Peddler::Notifications::FBAOutboundShipmentStatus::Payload .[](arg0) ⇒ Peddler::Notifications::FBAOutboundShipmentStatus::Payload
47 48 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 47
def self.[]: (fba_outbound_shipment_status_notification: Peddler::Notifications::FBAOutboundShipmentStatus::FBAOutboundShipmentStatusNotification) -> Peddler::Notifications::FBAOutboundShipmentStatus::Payload
| (Peddler::Notifications::FBAOutboundShipmentStatus::FBAOutboundShipmentStatusNotification) -> Peddler::Notifications::FBAOutboundShipmentStatus::Payload
|
.members ⇒ [ :fba_outbound_shipment_status_notification ]
50 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 50
def self.members: () -> [ :fba_outbound_shipment_status_notification ]
|
.new(fba_outbound_shipment_status_notification:) ⇒ Peddler::Notifications::FBAOutboundShipmentStatus::Payload .new(arg0) ⇒ Peddler::Notifications::FBAOutboundShipmentStatus::Payload
45 46 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 45
def self.new: (fba_outbound_shipment_status_notification: Peddler::Notifications::FBAOutboundShipmentStatus::FBAOutboundShipmentStatusNotification) -> Peddler::Notifications::FBAOutboundShipmentStatus::Payload
| (Peddler::Notifications::FBAOutboundShipmentStatus::FBAOutboundShipmentStatusNotification) -> Peddler::Notifications::FBAOutboundShipmentStatus::Payload
|
.parse ⇒ Peddler::Notifications::FBAOutboundShipmentStatus::Payload
52 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 52
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::FBAOutboundShipmentStatus::Payload
|
Instance Method Details
#members ⇒ [ :fba_outbound_shipment_status_notification ]
56 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 56
def members: () -> [ :fba_outbound_shipment_status_notification ]
|
#to_h ⇒ { fba_outbound_shipment_status_notification: Peddler::Notifications::FBAOutboundShipmentStatus::FBAOutboundShipmentStatusNotification }
57 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 57
def to_h: () -> { fba_outbound_shipment_status_notification: Peddler::Notifications::FBAOutboundShipmentStatus::FBAOutboundShipmentStatusNotification }
|