Class: Peddler::APIs::MerchantFulfillmentV0::PackageDimensions
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MerchantFulfillmentV0::PackageDimensions
- Defined in:
- sig/peddler/apis/merchant_fulfillment_v0.rbs
Instance Attribute Summary collapse
-
#height ⇒ Float?
readonly
Returns the value of attribute height.
-
#length ⇒ Float?
readonly
Returns the value of attribute length.
-
#predefined_package_dimensions ⇒ String?
readonly
Returns the value of attribute predefined_package_dimensions.
-
#unit ⇒ String?
readonly
Returns the value of attribute unit.
-
#width ⇒ Float?
readonly
Returns the value of attribute width.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :height, :length, :predefined_package_dimensions, :unit, :width ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::PackageDimensions
Instance Method Summary collapse
-
#members ⇒ [ :height, :length, :predefined_package_dimensions, :unit, :width ]
-
#to_h ⇒ { height: Float?, length: Float?, predefined_package_dimensions: String?, unit: String?, width: Float? }
Instance Attribute Details
#height ⇒ Float? (readonly)
Returns the value of attribute height.
659 660 661 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 659 def height @height end |
#length ⇒ Float? (readonly)
Returns the value of attribute length.
660 661 662 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 660 def length @length end |
#predefined_package_dimensions ⇒ String? (readonly)
Returns the value of attribute predefined_package_dimensions.
661 662 663 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 661 def predefined_package_dimensions @predefined_package_dimensions end |
#unit ⇒ String? (readonly)
Returns the value of attribute unit.
662 663 664 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 662 def unit @unit end |
#width ⇒ Float? (readonly)
Returns the value of attribute width.
663 664 665 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 663 def width @width end |
Class Method Details
.[](height:, length:, predefined_package_dimensions:, unit:, width:) ⇒ Peddler::APIs::MerchantFulfillmentV0::PackageDimensions .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::MerchantFulfillmentV0::PackageDimensions
652 653 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 652
def self.[]: (?height: Float?, ?length: Float?, ?predefined_package_dimensions: String?, ?unit: String?, ?width: Float?) -> Peddler::APIs::MerchantFulfillmentV0::PackageDimensions
| (Float?, Float?, String?, String?, Float?) -> Peddler::APIs::MerchantFulfillmentV0::PackageDimensions
|
.members ⇒ [ :height, :length, :predefined_package_dimensions, :unit, :width ]
655 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 655
def self.members: () -> [ :height, :length, :predefined_package_dimensions, :unit, :width ]
|
.new(height:, length:, predefined_package_dimensions:, unit:, width:) ⇒ Peddler::APIs::MerchantFulfillmentV0::PackageDimensions .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::MerchantFulfillmentV0::PackageDimensions
650 651 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 650
def self.new: (?height: Float?, ?length: Float?, ?predefined_package_dimensions: String?, ?unit: String?, ?width: Float?) -> Peddler::APIs::MerchantFulfillmentV0::PackageDimensions
| (Float?, Float?, String?, String?, Float?) -> Peddler::APIs::MerchantFulfillmentV0::PackageDimensions
|
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::PackageDimensions
657 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 657
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MerchantFulfillmentV0::PackageDimensions
|
Instance Method Details
#members ⇒ [ :height, :length, :predefined_package_dimensions, :unit, :width ]
665 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 665
def members: () -> [ :height, :length, :predefined_package_dimensions, :unit, :width ]
|
#to_h ⇒ { height: Float?, length: Float?, predefined_package_dimensions: String?, unit: String?, width: Float? }
666 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 666
def to_h: () -> { height: Float?, length: Float?, predefined_package_dimensions: String?, unit: String?, width: Float? }
|