Class: Peddler::APIs::EasyShip20220323::ListHandoverSlotsRequest

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/easy_ship_2022_03_23.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#amazon_order_idString (readonly)

Returns the value of attribute amazon_order_id.

Returns:

  • (String)


160
161
162
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 160

def amazon_order_id
  @amazon_order_id
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


161
162
163
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 161

def marketplace_id
  @marketplace_id
end

#package_dimensionsPeddler::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_weightPeddler::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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::EasyShip20220323::ListHandoverSlotsRequest

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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 }

Returns:



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 }