Class: Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry
- Defined in:
- sig/peddler/apis/fba_inventory_v1.rbs
Instance Attribute Summary collapse
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#quantity ⇒ Integer
readonly
Returns the value of attribute quantity.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :name, :quantity ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ String (readonly)
Returns the value of attribute name.
275 276 277 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 275 def name @name end |
#quantity ⇒ Integer (readonly)
Returns the value of attribute quantity.
276 277 278 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 276 def quantity @quantity end |
Class Method Details
.[](name:, quantity:) ⇒ Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry .[](arg0, arg1) ⇒ Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry
268 269 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 268
def self.[]: (name: String, quantity: Integer) -> Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry
| (String, Integer) -> Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry
|
.members ⇒ [ :name, :quantity ]
271 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 271
def self.members: () -> [ :name, :quantity ]
|
.new(name:, quantity:) ⇒ Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry .new(arg0, arg1) ⇒ Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry
266 267 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 266
def self.new: (name: String, quantity: Integer) -> Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry
| (String, Integer) -> Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry
|
.parse ⇒ Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry
273 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 273
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FBAInventoryV1::ResearchingQuantityEntry
|
Instance Method Details
#members ⇒ [ :name, :quantity ]
278 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 278
def members: () -> [ :name, :quantity ]
|
#to_h ⇒ { name: String, quantity: Integer }
279 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 279
def to_h: () -> { name: String, quantity: Integer }
|