Class: Peddler::APIs::FBAInventoryV1::ResearchingQuantity
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FBAInventoryV1::ResearchingQuantity
- Defined in:
- sig/peddler/apis/fba_inventory_v1.rbs
Instance Attribute Summary collapse
-
#researching_quantity_breakdown ⇒ Array[Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry]?
readonly
Returns the value of attribute researching_quantity_breakdown.
-
#total_researching_quantity ⇒ Integer?
readonly
Returns the value of attribute total_researching_quantity.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :researching_quantity_breakdown, :total_researching_quantity ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FBAInventoryV1::ResearchingQuantity
Instance Method Summary collapse
-
#members ⇒ [ :researching_quantity_breakdown, :total_researching_quantity ]
-
#to_h ⇒ { researching_quantity_breakdown: Array[Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry]?, total_researching_quantity: Integer? }
Instance Attribute Details
#researching_quantity_breakdown ⇒ Array[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_quantity ⇒ Integer? (readonly)
Returns the value of attribute total_researching_quantity.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::FBAInventoryV1::ResearchingQuantity
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 ]
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? }
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? }
|