Class: Peddler::Notifications::FulfillmentOrderStatus::Notification
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::FulfillmentOrderStatus::Notification
- Defined in:
- sig/peddler/notifications/fulfillment_order_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::FulfillmentOrderStatus::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::FulfillmentOrderStatus::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::FulfillmentOrderStatus::Payload, payload_version: String }
Instance Attribute Details
#event_time ⇒ String (readonly)
Returns the value of attribute event_time.
91 92 93 |
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 91 def event_time @event_time end |
#notification_metadata ⇒ Hash[untyped, untyped] (readonly)
Returns the value of attribute notification_metadata.
92 93 94 |
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 92 def @notification_metadata end |
#notification_type ⇒ String (readonly)
Returns the value of attribute notification_type.
93 94 95 |
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 93 def notification_type @notification_type end |
#notification_version ⇒ String (readonly)
Returns the value of attribute notification_version.
94 95 96 |
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 94 def notification_version @notification_version end |
#payload ⇒ Peddler::Notifications::FulfillmentOrderStatus::Payload (readonly)
Returns the value of attribute payload.
95 96 97 |
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 95 def payload @payload end |
#payload_version ⇒ String (readonly)
Returns the value of attribute payload_version.
96 97 98 |
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 96 def payload_version @payload_version end |
Class Method Details
.[](event_time:, notification_metadata:, notification_type:, notification_version:, payload:, payload_version:) ⇒ Peddler::Notifications::FulfillmentOrderStatus::Notification .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::FulfillmentOrderStatus::Notification
84 85 |
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 84
def self.[]: (event_time: String, notification_metadata: Hash[untyped, untyped], notification_type: String, notification_version: String, payload: Peddler::Notifications::FulfillmentOrderStatus::Payload, payload_version: String) -> Peddler::Notifications::FulfillmentOrderStatus::Notification
| (String, Hash[untyped, untyped], String, String, Peddler::Notifications::FulfillmentOrderStatus::Payload, String) -> Peddler::Notifications::FulfillmentOrderStatus::Notification
|
.members ⇒ [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
87 |
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 87
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::FulfillmentOrderStatus::Notification .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::FulfillmentOrderStatus::Notification
82 83 |
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 82
def self.new: (event_time: String, notification_metadata: Hash[untyped, untyped], notification_type: String, notification_version: String, payload: Peddler::Notifications::FulfillmentOrderStatus::Payload, payload_version: String) -> Peddler::Notifications::FulfillmentOrderStatus::Notification
| (String, Hash[untyped, untyped], String, String, Peddler::Notifications::FulfillmentOrderStatus::Payload, String) -> Peddler::Notifications::FulfillmentOrderStatus::Notification
|
.parse ⇒ Peddler::Notifications::FulfillmentOrderStatus::Notification
89 |
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 89
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::FulfillmentOrderStatus::Notification
|
Instance Method Details
#members ⇒ [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
98 |
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 98
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::FulfillmentOrderStatus::Payload, payload_version: String }
99 |
# File 'sig/peddler/notifications/fulfillment_order_status.rbs', line 99
def to_h: () -> { event_time: String, notification_metadata: Hash[untyped, untyped], notification_type: String, notification_version: String, payload: Peddler::Notifications::FulfillmentOrderStatus::Payload, payload_version: String }
|