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