Class: Peddler::APIs::Finances20240619::ProductContext

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/finances_2024_06_19.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#asinString? (readonly)

Returns the value of attribute asin.

Returns:

  • (String, nil)


255
256
257
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 255

def asin
  @asin
end

#fulfillment_networkString? (readonly)

Returns the value of attribute fulfillment_network.

Returns:

  • (String, nil)


256
257
258
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 256

def fulfillment_network
  @fulfillment_network
end

#quantity_shippedInteger? (readonly)

Returns the value of attribute quantity_shipped.

Returns:

  • (Integer, nil)


257
258
259
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 257

def quantity_shipped
  @quantity_shipped
end

#skuString? (readonly)

Returns the value of attribute sku.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::Finances20240619::ProductContext

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:

  • ({ 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? }