Class: Peddler::Notifications::ListingsItemStatusChange::Payload
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::ListingsItemStatusChange::Payload
- Defined in:
- sig/peddler/notifications/listings_item_status_change.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String?
readonly
Returns the value of attribute asin.
-
#created_date ⇒ Time?
readonly
Returns the value of attribute created_date.
-
#marketplace_id ⇒ String?
readonly
Returns the value of attribute marketplace_id.
-
#seller_id ⇒ String
readonly
Returns the value of attribute seller_id.
-
#sku ⇒ String
readonly
Returns the value of attribute sku.
-
#status ⇒ Array[String]
readonly
Returns the value of attribute status.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :seller_id, :sku, :status, :asin, :created_date, :marketplace_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::ListingsItemStatusChange::Payload
Instance Method Summary collapse
-
#members ⇒ [ :seller_id, :sku, :status, :asin, :created_date, :marketplace_id ]
-
#to_h ⇒ { seller_id: String, sku: String, status: Array[String], asin: String?, created_date: Time?, marketplace_id: String? }
Instance Attribute Details
#asin ⇒ String? (readonly)
Returns the value of attribute asin.
35 36 37 |
# File 'sig/peddler/notifications/listings_item_status_change.rbs', line 35 def asin @asin end |
#created_date ⇒ Time? (readonly)
Returns the value of attribute created_date.
36 37 38 |
# File 'sig/peddler/notifications/listings_item_status_change.rbs', line 36 def created_date @created_date end |
#marketplace_id ⇒ String? (readonly)
Returns the value of attribute marketplace_id.
37 38 39 |
# File 'sig/peddler/notifications/listings_item_status_change.rbs', line 37 def marketplace_id @marketplace_id end |
#seller_id ⇒ String (readonly)
Returns the value of attribute seller_id.
38 39 40 |
# File 'sig/peddler/notifications/listings_item_status_change.rbs', line 38 def seller_id @seller_id end |
#sku ⇒ String (readonly)
Returns the value of attribute sku.
39 40 41 |
# File 'sig/peddler/notifications/listings_item_status_change.rbs', line 39 def sku @sku end |
#status ⇒ Array[String] (readonly)
Returns the value of attribute status.
40 41 42 |
# File 'sig/peddler/notifications/listings_item_status_change.rbs', line 40 def status @status end |
Class Method Details
.[](seller_id:, sku:, status:, asin:, created_date:, marketplace_id:) ⇒ Peddler::Notifications::ListingsItemStatusChange::Payload .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::ListingsItemStatusChange::Payload
28 29 |
# File 'sig/peddler/notifications/listings_item_status_change.rbs', line 28
def self.[]: (seller_id: String, sku: String, status: Array[String], ?asin: String?, ?created_date: Time?, ?marketplace_id: String?) -> Peddler::Notifications::ListingsItemStatusChange::Payload
| (String, String, Array[String], String?, Time?, String?) -> Peddler::Notifications::ListingsItemStatusChange::Payload
|
.members ⇒ [ :seller_id, :sku, :status, :asin, :created_date, :marketplace_id ]
31 |
# File 'sig/peddler/notifications/listings_item_status_change.rbs', line 31
def self.members: () -> [ :seller_id, :sku, :status, :asin, :created_date, :marketplace_id ]
|
.new(seller_id:, sku:, status:, asin:, created_date:, marketplace_id:) ⇒ Peddler::Notifications::ListingsItemStatusChange::Payload .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::ListingsItemStatusChange::Payload
26 27 |
# File 'sig/peddler/notifications/listings_item_status_change.rbs', line 26
def self.new: (seller_id: String, sku: String, status: Array[String], ?asin: String?, ?created_date: Time?, ?marketplace_id: String?) -> Peddler::Notifications::ListingsItemStatusChange::Payload
| (String, String, Array[String], String?, Time?, String?) -> Peddler::Notifications::ListingsItemStatusChange::Payload
|
.parse ⇒ Peddler::Notifications::ListingsItemStatusChange::Payload
33 |
# File 'sig/peddler/notifications/listings_item_status_change.rbs', line 33
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::ListingsItemStatusChange::Payload
|
Instance Method Details
#members ⇒ [ :seller_id, :sku, :status, :asin, :created_date, :marketplace_id ]
42 |
# File 'sig/peddler/notifications/listings_item_status_change.rbs', line 42
def members: () -> [ :seller_id, :sku, :status, :asin, :created_date, :marketplace_id ]
|
#to_h ⇒ { seller_id: String, sku: String, status: Array[String], asin: String?, created_date: Time?, marketplace_id: String? }
43 |
# File 'sig/peddler/notifications/listings_item_status_change.rbs', line 43
def to_h: () -> { seller_id: String, sku: String, status: Array[String], asin: String?, created_date: Time?, marketplace_id: String? }
|