Class: Peddler::Notifications::ItemSalesEventChange::NotificationMetadata
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::ItemSalesEventChange::NotificationMetadata
- Defined in:
- sig/peddler/notifications/item_sales_event_change.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::ItemSalesEventChange::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.
62 63 64 |
# File 'sig/peddler/notifications/item_sales_event_change.rbs', line 62 def application_id @application_id end |
#notification_id ⇒ String (readonly)
Returns the value of attribute notification_id.
63 64 65 |
# File 'sig/peddler/notifications/item_sales_event_change.rbs', line 63 def notification_id @notification_id end |
#publish_time ⇒ String (readonly)
Returns the value of attribute publish_time.
64 65 66 |
# File 'sig/peddler/notifications/item_sales_event_change.rbs', line 64 def publish_time @publish_time end |
#subscription_id ⇒ String (readonly)
Returns the value of attribute subscription_id.
65 66 67 |
# File 'sig/peddler/notifications/item_sales_event_change.rbs', line 65 def subscription_id @subscription_id end |
Class Method Details
.[](application_id:, notification_id:, publish_time:, subscription_id:) ⇒ Peddler::Notifications::ItemSalesEventChange::NotificationMetadata .[](arg0, arg1, arg2, arg3) ⇒ Peddler::Notifications::ItemSalesEventChange::NotificationMetadata
55 56 |
# File 'sig/peddler/notifications/item_sales_event_change.rbs', line 55
def self.[]: (application_id: String, notification_id: String, publish_time: String, subscription_id: String) -> Peddler::Notifications::ItemSalesEventChange::NotificationMetadata
| (String, String, String, String) -> Peddler::Notifications::ItemSalesEventChange::NotificationMetadata
|
.members ⇒ [ :application_id, :notification_id, :publish_time, :subscription_id ]
58 |
# File 'sig/peddler/notifications/item_sales_event_change.rbs', line 58
def self.members: () -> [ :application_id, :notification_id, :publish_time, :subscription_id ]
|
.new(application_id:, notification_id:, publish_time:, subscription_id:) ⇒ Peddler::Notifications::ItemSalesEventChange::NotificationMetadata .new(arg0, arg1, arg2, arg3) ⇒ Peddler::Notifications::ItemSalesEventChange::NotificationMetadata
53 54 |
# File 'sig/peddler/notifications/item_sales_event_change.rbs', line 53
def self.new: (application_id: String, notification_id: String, publish_time: String, subscription_id: String) -> Peddler::Notifications::ItemSalesEventChange::NotificationMetadata
| (String, String, String, String) -> Peddler::Notifications::ItemSalesEventChange::NotificationMetadata
|
.parse ⇒ Peddler::Notifications::ItemSalesEventChange::NotificationMetadata
60 |
# File 'sig/peddler/notifications/item_sales_event_change.rbs', line 60
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::ItemSalesEventChange::NotificationMetadata
|
Instance Method Details
#members ⇒ [ :application_id, :notification_id, :publish_time, :subscription_id ]
67 |
# File 'sig/peddler/notifications/item_sales_event_change.rbs', line 67
def members: () -> [ :application_id, :notification_id, :publish_time, :subscription_id ]
|
#to_h ⇒ { application_id: String, notification_id: String, publish_time: String, subscription_id: String }
68 |
# File 'sig/peddler/notifications/item_sales_event_change.rbs', line 68
def to_h: () -> { application_id: String, notification_id: String, publish_time: String, subscription_id: String }
|