Class: Peddler::APIs::VendorDirectFulfillmentShippingV1::Dimensions
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentShippingV1::Dimensions
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.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::VendorDirectFulfillmentShippingV1::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.
101 102 103 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 101 def height @height end |
#length ⇒ String (readonly)
Returns the value of attribute length.
102 103 104 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 102 def length @length end |
#unit_of_measure ⇒ String (readonly)
Returns the value of attribute unit_of_measure.
103 104 105 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 103 def unit_of_measure @unit_of_measure end |
#width ⇒ String (readonly)
Returns the value of attribute width.
104 105 106 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 104 def width @width end |
Class Method Details
.[](height:, length:, unit_of_measure:, width:) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::Dimensions .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::Dimensions
94 95 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 94
def self.[]: (height: String, length: String, unit_of_measure: String, width: String) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::Dimensions
| (String, String, String, String) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::Dimensions
|
.members ⇒ [ :height, :length, :unit_of_measure, :width ]
97 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 97
def self.members: () -> [ :height, :length, :unit_of_measure, :width ]
|
.new(height:, length:, unit_of_measure:, width:) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::Dimensions .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::Dimensions
92 93 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 92
def self.new: (height: String, length: String, unit_of_measure: String, width: String) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::Dimensions
| (String, String, String, String) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::Dimensions
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::Dimensions
99 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 99
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::Dimensions
|
Instance Method Details
#members ⇒ [ :height, :length, :unit_of_measure, :width ]
106 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 106
def members: () -> [ :height, :length, :unit_of_measure, :width ]
|
#to_h ⇒ { height: String, length: String, unit_of_measure: String, width: String }
107 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 107
def to_h: () -> { height: String, length: String, unit_of_measure: String, width: String }
|