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)


317
318
319
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 317

def asin
  @asin
end

#fulfillment_networkString? (readonly)

Returns the value of attribute fulfillment_network.

Returns:

  • (String, nil)


318
319
320
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 318

def fulfillment_network
  @fulfillment_network
end

#quantity_shippedInteger? (readonly)

Returns the value of attribute quantity_shipped.

Returns:

  • (Integer, nil)


319
320
321
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 319

def quantity_shipped
  @quantity_shipped
end

#skuString? (readonly)

Returns the value of attribute sku.

Returns:

  • (String, nil)


320
321
322
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 320

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:



310
311
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 310

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 ])


313
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 313

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:



308
309
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 308

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:



315
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 315

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 ])


322
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 322

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? })


323
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 323

def to_h: () -> { asin: String?, fulfillment_network: String?, quantity_shipped: Integer?, sku: String? }