Class: Peddler::Notifications::FBAOutboundShipmentStatus::Payload

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#fba_outbound_shipment_status_notificationPeddler::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 ]

Returns:

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

.parsePeddler::Notifications::FBAOutboundShipmentStatus::Payload

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



57
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 57

def to_h: () -> { fba_outbound_shipment_status_notification: Peddler::Notifications::FBAOutboundShipmentStatus::FBAOutboundShipmentStatusNotification }