Class: Peddler::APIs::EasyShip20220323::ListHandoverSlotsRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::EasyShip20220323::ListHandoverSlotsRequest
- Defined in:
- sig/peddler/apis/easy_ship_2022_03_23.rbs
Instance Attribute Summary collapse
-
#amazon_order_id ⇒ String
readonly
Returns the value of attribute amazon_order_id.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#package_dimensions ⇒ Peddler::APIs::EasyShip20220323::Dimensions
readonly
Returns the value of attribute package_dimensions.
-
#package_weight ⇒ Peddler::APIs::EasyShip20220323::Weight
readonly
Returns the value of attribute package_weight.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :amazon_order_id, :marketplace_id, :package_dimensions, :package_weight ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::EasyShip20220323::ListHandoverSlotsRequest
Instance Method Summary collapse
-
#members ⇒ [ :amazon_order_id, :marketplace_id, :package_dimensions, :package_weight ]
-
#to_h ⇒ { amazon_order_id: String, marketplace_id: String, package_dimensions: Peddler::APIs::EasyShip20220323::Dimensions, package_weight: Peddler::APIs::EasyShip20220323::Weight }
Instance Attribute Details
#amazon_order_id ⇒ String (readonly)
Returns the value of attribute amazon_order_id.
160 161 162 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 160 def amazon_order_id @amazon_order_id end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
161 162 163 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 161 def marketplace_id @marketplace_id end |
#package_dimensions ⇒ Peddler::APIs::EasyShip20220323::Dimensions (readonly)
Returns the value of attribute package_dimensions.
162 163 164 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 162 def package_dimensions @package_dimensions end |
#package_weight ⇒ Peddler::APIs::EasyShip20220323::Weight (readonly)
Returns the value of attribute package_weight.
163 164 165 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 163 def package_weight @package_weight end |
Class Method Details
.[](amazon_order_id:, marketplace_id:, package_dimensions:, package_weight:) ⇒ Peddler::APIs::EasyShip20220323::ListHandoverSlotsRequest .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::EasyShip20220323::ListHandoverSlotsRequest
153 154 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 153
def self.[]: (amazon_order_id: String, marketplace_id: String, package_dimensions: Peddler::APIs::EasyShip20220323::Dimensions, package_weight: Peddler::APIs::EasyShip20220323::Weight) -> Peddler::APIs::EasyShip20220323::ListHandoverSlotsRequest
| (String, String, Peddler::APIs::EasyShip20220323::Dimensions, Peddler::APIs::EasyShip20220323::Weight) -> Peddler::APIs::EasyShip20220323::ListHandoverSlotsRequest
|
.members ⇒ [ :amazon_order_id, :marketplace_id, :package_dimensions, :package_weight ]
156 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 156
def self.members: () -> [ :amazon_order_id, :marketplace_id, :package_dimensions, :package_weight ]
|
.new(amazon_order_id:, marketplace_id:, package_dimensions:, package_weight:) ⇒ Peddler::APIs::EasyShip20220323::ListHandoverSlotsRequest .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::EasyShip20220323::ListHandoverSlotsRequest
151 152 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 151
def self.new: (amazon_order_id: String, marketplace_id: String, package_dimensions: Peddler::APIs::EasyShip20220323::Dimensions, package_weight: Peddler::APIs::EasyShip20220323::Weight) -> Peddler::APIs::EasyShip20220323::ListHandoverSlotsRequest
| (String, String, Peddler::APIs::EasyShip20220323::Dimensions, Peddler::APIs::EasyShip20220323::Weight) -> Peddler::APIs::EasyShip20220323::ListHandoverSlotsRequest
|
.parse ⇒ Peddler::APIs::EasyShip20220323::ListHandoverSlotsRequest
158 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 158
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::EasyShip20220323::ListHandoverSlotsRequest
|
Instance Method Details
#members ⇒ [ :amazon_order_id, :marketplace_id, :package_dimensions, :package_weight ]
165 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 165
def members: () -> [ :amazon_order_id, :marketplace_id, :package_dimensions, :package_weight ]
|
#to_h ⇒ { amazon_order_id: String, marketplace_id: String, package_dimensions: Peddler::APIs::EasyShip20220323::Dimensions, package_weight: Peddler::APIs::EasyShip20220323::Weight }
166 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 166
def to_h: () -> { amazon_order_id: String, marketplace_id: String, package_dimensions: Peddler::APIs::EasyShip20220323::Dimensions, package_weight: Peddler::APIs::EasyShip20220323::Weight }
|