Class: Peddler::Notifications::TransactionUpdate::SellingPartnerMetadata
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::TransactionUpdate::SellingPartnerMetadata
- Defined in:
- sig/peddler/notifications/transaction_update.rbs
Instance Attribute Summary collapse
-
#account_type ⇒ String
readonly
Returns the value of attribute account_type.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#selling_partner_id ⇒ String
readonly
Returns the value of attribute selling_partner_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :account_type, :marketplace_id, :selling_partner_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::TransactionUpdate::SellingPartnerMetadata
Instance Method Summary collapse
-
#members ⇒ [ :account_type, :marketplace_id, :selling_partner_id ]
-
#to_h ⇒ { account_type: String, marketplace_id: String, selling_partner_id: String }
Instance Attribute Details
#account_type ⇒ String (readonly)
Returns the value of attribute account_type.
68 69 70 |
# File 'sig/peddler/notifications/transaction_update.rbs', line 68 def account_type @account_type end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
69 70 71 |
# File 'sig/peddler/notifications/transaction_update.rbs', line 69 def marketplace_id @marketplace_id end |
#selling_partner_id ⇒ String (readonly)
Returns the value of attribute selling_partner_id.
70 71 72 |
# File 'sig/peddler/notifications/transaction_update.rbs', line 70 def selling_partner_id @selling_partner_id end |
Class Method Details
.[](account_type:, marketplace_id:, selling_partner_id:) ⇒ Peddler::Notifications::TransactionUpdate::SellingPartnerMetadata .[](arg0, arg1, arg2) ⇒ Peddler::Notifications::TransactionUpdate::SellingPartnerMetadata
61 62 |
# File 'sig/peddler/notifications/transaction_update.rbs', line 61
def self.[]: (account_type: String, marketplace_id: String, selling_partner_id: String) -> Peddler::Notifications::TransactionUpdate::SellingPartnerMetadata
| (String, String, String) -> Peddler::Notifications::TransactionUpdate::SellingPartnerMetadata
|
.members ⇒ [ :account_type, :marketplace_id, :selling_partner_id ]
64 |
# File 'sig/peddler/notifications/transaction_update.rbs', line 64
def self.members: () -> [ :account_type, :marketplace_id, :selling_partner_id ]
|
.new(account_type:, marketplace_id:, selling_partner_id:) ⇒ Peddler::Notifications::TransactionUpdate::SellingPartnerMetadata .new(arg0, arg1, arg2) ⇒ Peddler::Notifications::TransactionUpdate::SellingPartnerMetadata
59 60 |
# File 'sig/peddler/notifications/transaction_update.rbs', line 59
def self.new: (account_type: String, marketplace_id: String, selling_partner_id: String) -> Peddler::Notifications::TransactionUpdate::SellingPartnerMetadata
| (String, String, String) -> Peddler::Notifications::TransactionUpdate::SellingPartnerMetadata
|
.parse ⇒ Peddler::Notifications::TransactionUpdate::SellingPartnerMetadata
66 |
# File 'sig/peddler/notifications/transaction_update.rbs', line 66
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::TransactionUpdate::SellingPartnerMetadata
|
Instance Method Details
#members ⇒ [ :account_type, :marketplace_id, :selling_partner_id ]
72 |
# File 'sig/peddler/notifications/transaction_update.rbs', line 72
def members: () -> [ :account_type, :marketplace_id, :selling_partner_id ]
|
#to_h ⇒ { account_type: String, marketplace_id: String, selling_partner_id: String }
73 |
# File 'sig/peddler/notifications/transaction_update.rbs', line 73
def to_h: () -> { account_type: String, marketplace_id: String, selling_partner_id: String }
|