Class: Peddler::APIs::FBAInventoryV1::GetInventorySummariesResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FBAInventoryV1::GetInventorySummariesResponse
- Defined in:
- sig/peddler/apis/fba_inventory_v1.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::FBAInventoryV1::Error]?
readonly
Returns the value of attribute errors.
-
#pagination ⇒ Peddler::APIs::FBAInventoryV1::Pagination?
readonly
Returns the value of attribute pagination.
-
#payload ⇒ Peddler::APIs::FBAInventoryV1::GetInventorySummariesResult?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :pagination, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FBAInventoryV1::GetInventorySummariesResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :pagination, :payload ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::FBAInventoryV1::Error]?, pagination: Peddler::APIs::FBAInventoryV1::Pagination?, payload: Peddler::APIs::FBAInventoryV1::GetInventorySummariesResult? }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::FBAInventoryV1::Error]? (readonly)
Returns the value of attribute errors.
118 119 120 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 118 def errors @errors end |
#pagination ⇒ Peddler::APIs::FBAInventoryV1::Pagination? (readonly)
Returns the value of attribute pagination.
119 120 121 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 119 def pagination @pagination end |
#payload ⇒ Peddler::APIs::FBAInventoryV1::GetInventorySummariesResult? (readonly)
Returns the value of attribute payload.
120 121 122 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 120 def payload @payload end |
Class Method Details
.[](errors:, pagination:, payload:) ⇒ Peddler::APIs::FBAInventoryV1::GetInventorySummariesResponse .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FBAInventoryV1::GetInventorySummariesResponse
111 112 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 111
def self.[]: (?errors: Array[Peddler::APIs::FBAInventoryV1::Error]?, ?pagination: Peddler::APIs::FBAInventoryV1::Pagination?, ?payload: Peddler::APIs::FBAInventoryV1::GetInventorySummariesResult?) -> Peddler::APIs::FBAInventoryV1::GetInventorySummariesResponse
| (Array[Peddler::APIs::FBAInventoryV1::Error]?, Peddler::APIs::FBAInventoryV1::Pagination?, Peddler::APIs::FBAInventoryV1::GetInventorySummariesResult?) -> Peddler::APIs::FBAInventoryV1::GetInventorySummariesResponse
|
.members ⇒ [ :errors, :pagination, :payload ]
114 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 114
def self.members: () -> [ :errors, :pagination, :payload ]
|
.new(errors:, pagination:, payload:) ⇒ Peddler::APIs::FBAInventoryV1::GetInventorySummariesResponse .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FBAInventoryV1::GetInventorySummariesResponse
109 110 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 109
def self.new: (?errors: Array[Peddler::APIs::FBAInventoryV1::Error]?, ?pagination: Peddler::APIs::FBAInventoryV1::Pagination?, ?payload: Peddler::APIs::FBAInventoryV1::GetInventorySummariesResult?) -> Peddler::APIs::FBAInventoryV1::GetInventorySummariesResponse
| (Array[Peddler::APIs::FBAInventoryV1::Error]?, Peddler::APIs::FBAInventoryV1::Pagination?, Peddler::APIs::FBAInventoryV1::GetInventorySummariesResult?) -> Peddler::APIs::FBAInventoryV1::GetInventorySummariesResponse
|
.parse ⇒ Peddler::APIs::FBAInventoryV1::GetInventorySummariesResponse
116 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 116
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FBAInventoryV1::GetInventorySummariesResponse
|
Instance Method Details
#members ⇒ [ :errors, :pagination, :payload ]
122 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 122
def members: () -> [ :errors, :pagination, :payload ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::FBAInventoryV1::Error]?, pagination: Peddler::APIs::FBAInventoryV1::Pagination?, payload: Peddler::APIs::FBAInventoryV1::GetInventorySummariesResult? }
123 |
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 123
def to_h: () -> { errors: Array[Peddler::APIs::FBAInventoryV1::Error]?, pagination: Peddler::APIs::FBAInventoryV1::Pagination?, payload: Peddler::APIs::FBAInventoryV1::GetInventorySummariesResult? }
|