Class: Peddler::Notifications::FBAOutboundShipmentStatus::Notification
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::FBAOutboundShipmentStatus::Notification
- Defined in:
- sig/peddler/notifications/fba_outbound_shipment_status.rbs
Instance Attribute Summary collapse
-
#event_time ⇒ String
readonly
Returns the value of attribute event_time.
-
#notification_metadata ⇒ Hash[untyped, untyped]
readonly
Returns the value of attribute notification_metadata.
-
#notification_type ⇒ String
readonly
Returns the value of attribute notification_type.
-
#notification_version ⇒ String
readonly
Returns the value of attribute notification_version.
-
#payload ⇒ Peddler::Notifications::FBAOutboundShipmentStatus::Payload
readonly
Returns the value of attribute payload.
-
#payload_version ⇒ String
readonly
Returns the value of attribute payload_version.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::FBAOutboundShipmentStatus::Notification
Instance Method Summary collapse
-
#members ⇒ [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
-
#to_h ⇒ { event_time: String, notification_metadata: Hash[untyped, untyped], notification_type: String, notification_version: String, payload: Peddler::Notifications::FBAOutboundShipmentStatus::Payload, payload_version: String }
Instance Attribute Details
#event_time ⇒ String (readonly)
Returns the value of attribute event_time.
33 34 35 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 33 def event_time @event_time end |
#notification_metadata ⇒ Hash[untyped, untyped] (readonly)
Returns the value of attribute notification_metadata.
34 35 36 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 34 def @notification_metadata end |
#notification_type ⇒ String (readonly)
Returns the value of attribute notification_type.
35 36 37 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 35 def notification_type @notification_type end |
#notification_version ⇒ String (readonly)
Returns the value of attribute notification_version.
36 37 38 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 36 def notification_version @notification_version end |
#payload ⇒ Peddler::Notifications::FBAOutboundShipmentStatus::Payload (readonly)
Returns the value of attribute payload.
37 38 39 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 37 def payload @payload end |
#payload_version ⇒ String (readonly)
Returns the value of attribute payload_version.
38 39 40 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 38 def payload_version @payload_version end |
Class Method Details
.[](event_time:, notification_metadata:, notification_type:, notification_version:, payload:, payload_version:) ⇒ Peddler::Notifications::FBAOutboundShipmentStatus::Notification .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::FBAOutboundShipmentStatus::Notification
26 27 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 26
def self.[]: (event_time: String, notification_metadata: Hash[untyped, untyped], notification_type: String, notification_version: String, payload: Peddler::Notifications::FBAOutboundShipmentStatus::Payload, payload_version: String) -> Peddler::Notifications::FBAOutboundShipmentStatus::Notification
| (String, Hash[untyped, untyped], String, String, Peddler::Notifications::FBAOutboundShipmentStatus::Payload, String) -> Peddler::Notifications::FBAOutboundShipmentStatus::Notification
|
.members ⇒ [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
29 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 29
def self.members: () -> [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
|
.new(event_time:, notification_metadata:, notification_type:, notification_version:, payload:, payload_version:) ⇒ Peddler::Notifications::FBAOutboundShipmentStatus::Notification .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::FBAOutboundShipmentStatus::Notification
24 25 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 24
def self.new: (event_time: String, notification_metadata: Hash[untyped, untyped], notification_type: String, notification_version: String, payload: Peddler::Notifications::FBAOutboundShipmentStatus::Payload, payload_version: String) -> Peddler::Notifications::FBAOutboundShipmentStatus::Notification
| (String, Hash[untyped, untyped], String, String, Peddler::Notifications::FBAOutboundShipmentStatus::Payload, String) -> Peddler::Notifications::FBAOutboundShipmentStatus::Notification
|
.parse ⇒ Peddler::Notifications::FBAOutboundShipmentStatus::Notification
31 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 31
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::FBAOutboundShipmentStatus::Notification
|
Instance Method Details
#members ⇒ [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
40 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 40
def members: () -> [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
|
#to_h ⇒ { event_time: String, notification_metadata: Hash[untyped, untyped], notification_type: String, notification_version: String, payload: Peddler::Notifications::FBAOutboundShipmentStatus::Payload, payload_version: String }
41 |
# File 'sig/peddler/notifications/fba_outbound_shipment_status.rbs', line 41
def to_h: () -> { event_time: String, notification_metadata: Hash[untyped, untyped], notification_type: String, notification_version: String, payload: Peddler::Notifications::FBAOutboundShipmentStatus::Payload, payload_version: String }
|