Class: Peddler::APIs::Finances20240619::ProductContext
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Finances20240619::ProductContext
- Defined in:
- sig/peddler/apis/finances_2024_06_19.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String?
readonly
Returns the value of attribute asin.
-
#fulfillment_network ⇒ String?
readonly
Returns the value of attribute fulfillment_network.
-
#quantity_shipped ⇒ Integer?
readonly
Returns the value of attribute quantity_shipped.
-
#sku ⇒ String?
readonly
Returns the value of attribute sku.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :fulfillment_network, :quantity_shipped, :sku ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Finances20240619::ProductContext
Instance Method Summary collapse
-
#members ⇒ [ :asin, :fulfillment_network, :quantity_shipped, :sku ]
-
#to_h ⇒ { asin: String?, fulfillment_network: String?, quantity_shipped: Integer?, sku: String? }
Instance Attribute Details
#asin ⇒ String? (readonly)
Returns the value of attribute asin.
255 256 257 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 255 def asin @asin end |
#fulfillment_network ⇒ String? (readonly)
Returns the value of attribute fulfillment_network.
256 257 258 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 256 def fulfillment_network @fulfillment_network end |
#quantity_shipped ⇒ Integer? (readonly)
Returns the value of attribute quantity_shipped.
257 258 259 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 257 def quantity_shipped @quantity_shipped end |
#sku ⇒ String? (readonly)
Returns the value of attribute sku.
258 259 260 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 258 def sku @sku end |
Class Method Details
.[](asin:, fulfillment_network:, quantity_shipped:, sku:) ⇒ Peddler::APIs::Finances20240619::ProductContext .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::Finances20240619::ProductContext
248 249 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 248
def self.[]: (?asin: String?, ?fulfillment_network: String?, ?quantity_shipped: Integer?, ?sku: String?) -> Peddler::APIs::Finances20240619::ProductContext
| (String?, String?, Integer?, String?) -> Peddler::APIs::Finances20240619::ProductContext
|
.members ⇒ [ :asin, :fulfillment_network, :quantity_shipped, :sku ]
251 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 251
def self.members: () -> [ :asin, :fulfillment_network, :quantity_shipped, :sku ]
|
.new(asin:, fulfillment_network:, quantity_shipped:, sku:) ⇒ Peddler::APIs::Finances20240619::ProductContext .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::Finances20240619::ProductContext
246 247 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 246
def self.new: (?asin: String?, ?fulfillment_network: String?, ?quantity_shipped: Integer?, ?sku: String?) -> Peddler::APIs::Finances20240619::ProductContext
| (String?, String?, Integer?, String?) -> Peddler::APIs::Finances20240619::ProductContext
|
.parse ⇒ Peddler::APIs::Finances20240619::ProductContext
253 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 253
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Finances20240619::ProductContext
|
Instance Method Details
#members ⇒ [ :asin, :fulfillment_network, :quantity_shipped, :sku ]
260 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 260
def members: () -> [ :asin, :fulfillment_network, :quantity_shipped, :sku ]
|
#to_h ⇒ { asin: String?, fulfillment_network: String?, quantity_shipped: Integer?, sku: String? }
261 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 261
def to_h: () -> { asin: String?, fulfillment_network: String?, quantity_shipped: Integer?, sku: String? }
|