Class: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs
Instance Attribute Summary collapse
-
#height ⇒ String
readonly
Returns the value of attribute height.
-
#length ⇒ String
readonly
Returns the value of attribute length.
-
#unit_of_measure ⇒ String
readonly
Returns the value of attribute unit_of_measure.
-
#width ⇒ String
readonly
Returns the value of attribute width.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :height, :length, :unit_of_measure, :width ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions
Instance Method Summary collapse
-
#members ⇒ [ :height, :length, :unit_of_measure, :width ]
-
#to_h ⇒ { height: String, length: String, unit_of_measure: String, width: String }
Instance Attribute Details
#height ⇒ String (readonly)
Returns the value of attribute height.
173 174 175 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 173 def height @height end |
#length ⇒ String (readonly)
Returns the value of attribute length.
174 175 176 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 174 def length @length end |
#unit_of_measure ⇒ String (readonly)
Returns the value of attribute unit_of_measure.
175 176 177 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 175 def unit_of_measure @unit_of_measure end |
#width ⇒ String (readonly)
Returns the value of attribute width.
176 177 178 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 176 def width @width end |
Class Method Details
.[](height:, length:, unit_of_measure:, width:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions
166 167 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 166
def self.[]: (height: String, length: String, unit_of_measure: String, width: String) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions
| (String, String, String, String) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions
|
.members ⇒ [ :height, :length, :unit_of_measure, :width ]
169 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 169
def self.members: () -> [ :height, :length, :unit_of_measure, :width ]
|
.new(height:, length:, unit_of_measure:, width:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions
164 165 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 164
def self.new: (height: String, length: String, unit_of_measure: String, width: String) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions
| (String, String, String, String) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions
171 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 171
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions
|
Instance Method Details
#members ⇒ [ :height, :length, :unit_of_measure, :width ]
178 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 178
def members: () -> [ :height, :length, :unit_of_measure, :width ]
|
#to_h ⇒ { height: String, length: String, unit_of_measure: String, width: String }
179 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 179
def to_h: () -> { height: String, length: String, unit_of_measure: String, width: String }
|