Class: Peddler::Notifications::B2BAnyOfferChanged::NotificationMetadata
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::B2BAnyOfferChanged::NotificationMetadata
- Defined in:
- sig/peddler/notifications/b2b_any_offer_changed.rbs
Instance Attribute Summary collapse
-
#application_id ⇒ String
readonly
Returns the value of attribute application_id.
-
#notification_id ⇒ String
readonly
Returns the value of attribute notification_id.
-
#publish_time ⇒ String
readonly
Returns the value of attribute publish_time.
-
#subscription_id ⇒ String
readonly
Returns the value of attribute subscription_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :application_id, :notification_id, :publish_time, :subscription_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::B2BAnyOfferChanged::NotificationMetadata
Instance Method Summary collapse
-
#members ⇒ [ :application_id, :notification_id, :publish_time, :subscription_id ]
-
#to_h ⇒ { application_id: String, notification_id: String, publish_time: String, subscription_id: String }
Instance Attribute Details
#application_id ⇒ String (readonly)
Returns the value of attribute application_id.
102 103 104 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 102 def application_id @application_id end |
#notification_id ⇒ String (readonly)
Returns the value of attribute notification_id.
103 104 105 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 103 def notification_id @notification_id end |
#publish_time ⇒ String (readonly)
Returns the value of attribute publish_time.
104 105 106 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 104 def publish_time @publish_time end |
#subscription_id ⇒ String (readonly)
Returns the value of attribute subscription_id.
105 106 107 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 105 def subscription_id @subscription_id end |
Class Method Details
.[](application_id:, notification_id:, publish_time:, subscription_id:) ⇒ Peddler::Notifications::B2BAnyOfferChanged::NotificationMetadata .[](arg0, arg1, arg2, arg3) ⇒ Peddler::Notifications::B2BAnyOfferChanged::NotificationMetadata
95 96 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 95
def self.[]: (application_id: String, notification_id: String, publish_time: String, subscription_id: String) -> Peddler::Notifications::B2BAnyOfferChanged::NotificationMetadata
| (String, String, String, String) -> Peddler::Notifications::B2BAnyOfferChanged::NotificationMetadata
|
.members ⇒ [ :application_id, :notification_id, :publish_time, :subscription_id ]
98 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 98
def self.members: () -> [ :application_id, :notification_id, :publish_time, :subscription_id ]
|
.new(application_id:, notification_id:, publish_time:, subscription_id:) ⇒ Peddler::Notifications::B2BAnyOfferChanged::NotificationMetadata .new(arg0, arg1, arg2, arg3) ⇒ Peddler::Notifications::B2BAnyOfferChanged::NotificationMetadata
93 94 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 93
def self.new: (application_id: String, notification_id: String, publish_time: String, subscription_id: String) -> Peddler::Notifications::B2BAnyOfferChanged::NotificationMetadata
| (String, String, String, String) -> Peddler::Notifications::B2BAnyOfferChanged::NotificationMetadata
|
.parse ⇒ Peddler::Notifications::B2BAnyOfferChanged::NotificationMetadata
100 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 100
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::B2BAnyOfferChanged::NotificationMetadata
|
Instance Method Details
#members ⇒ [ :application_id, :notification_id, :publish_time, :subscription_id ]
107 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 107
def members: () -> [ :application_id, :notification_id, :publish_time, :subscription_id ]
|
#to_h ⇒ { application_id: String, notification_id: String, publish_time: String, subscription_id: String }
108 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 108
def to_h: () -> { application_id: String, notification_id: String, publish_time: String, subscription_id: String }
|