Class: Peddler::APIs::FBAInventoryV1::Granularity
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FBAInventoryV1::Granularity
- Defined in:
- sig/peddler/apis/fba_inventory_v1.rbs
Instance Attribute Summary collapse
-
#granularity_id ⇒ String?
readonly
Returns the value of attribute granularity_id.
-
#granularity_type ⇒ String?
readonly
Returns the value of attribute granularity_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :granularity_id, :granularity_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FBAInventoryV1::Granularity
Instance Method Summary collapse
-
#members ⇒ [ :granularity_id, :granularity_type ]
-
#to_h ⇒ { granularity_id: String?, granularity_type: String? }
Instance Attribute Details
#granularity_id ⇒ String? (readonly)
Returns the value of attribute granularity_id.
153 154 155 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 153 def granularity_id @granularity_id end |
#granularity_type ⇒ String? (readonly)
Returns the value of attribute granularity_type.
154 155 156 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 154 def granularity_type @granularity_type end |
Class Method Details
.[](granularity_id:, granularity_type:) ⇒ Peddler::APIs::FBAInventoryV1::Granularity .[](arg0, arg1) ⇒ Peddler::APIs::FBAInventoryV1::Granularity
146 147 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 146
def self.[]: (?granularity_id: String?, ?granularity_type: String?) -> Peddler::APIs::FBAInventoryV1::Granularity
| (String?, String?) -> Peddler::APIs::FBAInventoryV1::Granularity
|
.members ⇒ [ :granularity_id, :granularity_type ]
149 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 149
def self.members: () -> [ :granularity_id, :granularity_type ]
|
.new(granularity_id:, granularity_type:) ⇒ Peddler::APIs::FBAInventoryV1::Granularity .new(arg0, arg1) ⇒ Peddler::APIs::FBAInventoryV1::Granularity
144 145 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 144
def self.new: (?granularity_id: String?, ?granularity_type: String?) -> Peddler::APIs::FBAInventoryV1::Granularity
| (String?, String?) -> Peddler::APIs::FBAInventoryV1::Granularity
|
.parse ⇒ Peddler::APIs::FBAInventoryV1::Granularity
151 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 151
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FBAInventoryV1::Granularity
|
Instance Method Details
#members ⇒ [ :granularity_id, :granularity_type ]
156 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 156
def members: () -> [ :granularity_id, :granularity_type ]
|
#to_h ⇒ { granularity_id: String?, granularity_type: String? }
157 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 157
def to_h: () -> { granularity_id: String?, granularity_type: String? }
|