Class: Peddler::Notifications::AnyOfferChanged::Notification
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::AnyOfferChanged::Notification
- Defined in:
- sig/peddler/notifications/any_offer_changed.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::AnyOfferChanged::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::AnyOfferChanged::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::AnyOfferChanged::Payload, payload_version: String }
Instance Attribute Details
#event_time ⇒ String (readonly)
Returns the value of attribute event_time.
74 75 76 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 74 def event_time @event_time end |
#notification_metadata ⇒ Hash[untyped, untyped] (readonly)
Returns the value of attribute notification_metadata.
75 76 77 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 75 def @notification_metadata end |
#notification_type ⇒ String (readonly)
Returns the value of attribute notification_type.
76 77 78 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 76 def notification_type @notification_type end |
#notification_version ⇒ String (readonly)
Returns the value of attribute notification_version.
77 78 79 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 77 def notification_version @notification_version end |
#payload ⇒ Peddler::Notifications::AnyOfferChanged::Payload (readonly)
Returns the value of attribute payload.
78 79 80 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 78 def payload @payload end |
#payload_version ⇒ String (readonly)
Returns the value of attribute payload_version.
79 80 81 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 79 def payload_version @payload_version end |
Class Method Details
.[](event_time:, notification_metadata:, notification_type:, notification_version:, payload:, payload_version:) ⇒ Peddler::Notifications::AnyOfferChanged::Notification .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::AnyOfferChanged::Notification
67 68 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 67
def self.[]: (event_time: String, notification_metadata: Hash[untyped, untyped], notification_type: String, notification_version: String, payload: Peddler::Notifications::AnyOfferChanged::Payload, payload_version: String) -> Peddler::Notifications::AnyOfferChanged::Notification
| (String, Hash[untyped, untyped], String, String, Peddler::Notifications::AnyOfferChanged::Payload, String) -> Peddler::Notifications::AnyOfferChanged::Notification
|
.members ⇒ [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
70 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 70
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::AnyOfferChanged::Notification .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::AnyOfferChanged::Notification
65 66 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 65
def self.new: (event_time: String, notification_metadata: Hash[untyped, untyped], notification_type: String, notification_version: String, payload: Peddler::Notifications::AnyOfferChanged::Payload, payload_version: String) -> Peddler::Notifications::AnyOfferChanged::Notification
| (String, Hash[untyped, untyped], String, String, Peddler::Notifications::AnyOfferChanged::Payload, String) -> Peddler::Notifications::AnyOfferChanged::Notification
|
.parse ⇒ Peddler::Notifications::AnyOfferChanged::Notification
72 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 72
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::AnyOfferChanged::Notification
|
Instance Method Details
#members ⇒ [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
81 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 81
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::AnyOfferChanged::Payload, payload_version: String }
82 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 82
def to_h: () -> { event_time: String, notification_metadata: Hash[untyped, untyped], notification_type: String, notification_version: String, payload: Peddler::Notifications::AnyOfferChanged::Payload, payload_version: String }
|