Class: Peddler::APIs::FBAInventoryV1::ResearchingQuantity

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#researching_quantity_breakdownArray[Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry]? (readonly)

Returns the value of attribute researching_quantity_breakdown.



258
259
260
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 258

def researching_quantity_breakdown
  @researching_quantity_breakdown
end

#total_researching_quantityInteger? (readonly)

Returns the value of attribute total_researching_quantity.

Returns:

  • (Integer, nil)


259
260
261
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 259

def total_researching_quantity
  @total_researching_quantity
end

Class Method Details

.[](researching_quantity_breakdown:, total_researching_quantity:) ⇒ Peddler::APIs::FBAInventoryV1::ResearchingQuantity .[](arg0, arg1) ⇒ Peddler::APIs::FBAInventoryV1::ResearchingQuantity

Overloads:



251
252
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 251

def self.[]: (?researching_quantity_breakdown: Array[Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry]?, ?total_researching_quantity: Integer?) -> Peddler::APIs::FBAInventoryV1::ResearchingQuantity
| (Array[Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry]?, Integer?) -> Peddler::APIs::FBAInventoryV1::ResearchingQuantity

.members[ :researching_quantity_breakdown, :total_researching_quantity ]

Returns:

  • ([ :researching_quantity_breakdown, :total_researching_quantity ])


254
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 254

def self.members: () -> [ :researching_quantity_breakdown, :total_researching_quantity ]

.new(researching_quantity_breakdown:, total_researching_quantity:) ⇒ Peddler::APIs::FBAInventoryV1::ResearchingQuantity .new(arg0, arg1) ⇒ Peddler::APIs::FBAInventoryV1::ResearchingQuantity

Overloads:



249
250
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 249

def self.new: (?researching_quantity_breakdown: Array[Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry]?, ?total_researching_quantity: Integer?) -> Peddler::APIs::FBAInventoryV1::ResearchingQuantity
| (Array[Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry]?, Integer?) -> Peddler::APIs::FBAInventoryV1::ResearchingQuantity

.parsePeddler::APIs::FBAInventoryV1::ResearchingQuantity

Parameters:

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

Returns:



256
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 256

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FBAInventoryV1::ResearchingQuantity

Instance Method Details

#members[ :researching_quantity_breakdown, :total_researching_quantity ]

Returns:

  • ([ :researching_quantity_breakdown, :total_researching_quantity ])


261
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 261

def members: () -> [ :researching_quantity_breakdown, :total_researching_quantity ]

#to_h{ researching_quantity_breakdown: Array[Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry]?, total_researching_quantity: Integer? }

Returns:



262
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 262

def to_h: () -> { researching_quantity_breakdown: Array[Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry]?, total_researching_quantity: Integer? }