Class: Peddler::Notifications::ItemInventoryEventChange::Notification
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::ItemInventoryEventChange::Notification
- Defined in:
- sig/peddler/notifications/item_inventory_event_change.rbs
Instance Attribute Summary collapse
-
#event_time ⇒ String
readonly
Returns the value of attribute event_time.
-
#notification_metadata ⇒ String
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::ItemInventoryEventChange::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::ItemInventoryEventChange::Notification
Instance Method Summary collapse
-
#members ⇒ [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
-
#to_h ⇒ { event_time: String, notification_metadata: String, notification_type: String, notification_version: String, payload: Peddler::Notifications::ItemInventoryEventChange::Payload, payload_version: String }
Instance Attribute Details
#event_time ⇒ String (readonly)
Returns the value of attribute event_time.
39 40 41 |
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 39 def event_time @event_time end |
#notification_metadata ⇒ String (readonly)
Returns the value of attribute notification_metadata.
40 41 42 |
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 40 def @notification_metadata end |
#notification_type ⇒ String (readonly)
Returns the value of attribute notification_type.
41 42 43 |
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 41 def notification_type @notification_type end |
#notification_version ⇒ String (readonly)
Returns the value of attribute notification_version.
42 43 44 |
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 42 def notification_version @notification_version end |
#payload ⇒ Peddler::Notifications::ItemInventoryEventChange::Payload (readonly)
Returns the value of attribute payload.
43 44 45 |
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 43 def payload @payload end |
#payload_version ⇒ String (readonly)
Returns the value of attribute payload_version.
44 45 46 |
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 44 def payload_version @payload_version end |
Class Method Details
.[](event_time:, notification_metadata:, notification_type:, notification_version:, payload:, payload_version:) ⇒ Peddler::Notifications::ItemInventoryEventChange::Notification .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::ItemInventoryEventChange::Notification
32 33 |
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 32
def self.[]: (event_time: String, notification_metadata: String, notification_type: String, notification_version: String, payload: Peddler::Notifications::ItemInventoryEventChange::Payload, payload_version: String) -> Peddler::Notifications::ItemInventoryEventChange::Notification
| (String, String, String, String, Peddler::Notifications::ItemInventoryEventChange::Payload, String) -> Peddler::Notifications::ItemInventoryEventChange::Notification
|
.members ⇒ [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
35 |
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 35
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::ItemInventoryEventChange::Notification .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::ItemInventoryEventChange::Notification
30 31 |
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 30
def self.new: (event_time: String, notification_metadata: String, notification_type: String, notification_version: String, payload: Peddler::Notifications::ItemInventoryEventChange::Payload, payload_version: String) -> Peddler::Notifications::ItemInventoryEventChange::Notification
| (String, String, String, String, Peddler::Notifications::ItemInventoryEventChange::Payload, String) -> Peddler::Notifications::ItemInventoryEventChange::Notification
|
.parse ⇒ Peddler::Notifications::ItemInventoryEventChange::Notification
37 |
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 37
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::ItemInventoryEventChange::Notification
|
Instance Method Details
#members ⇒ [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
46 |
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 46
def members: () -> [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
|
#to_h ⇒ { event_time: String, notification_metadata: String, notification_type: String, notification_version: String, payload: Peddler::Notifications::ItemInventoryEventChange::Payload, payload_version: String }
47 |
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 47
def to_h: () -> { event_time: String, notification_metadata: String, notification_type: String, notification_version: String, payload: Peddler::Notifications::ItemInventoryEventChange::Payload, payload_version: String }
|