Class: Google::Shopping::Merchant::Products::V1beta::ShippingDimension
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1beta::ShippingDimension
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1beta/products_common.rb
Overview
The ShippingDimension of the product.
Instance Attribute Summary collapse
-
#unit ⇒ ::String
The unit of value.
-
#value ⇒ ::Float
The dimension of the product used to calculate the shipping cost of the item.
Instance Attribute Details
#unit ⇒ ::String
Returns The unit of value.
426 427 428 429 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 426 class ShippingDimension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Float
Returns The dimension of the product used to calculate the shipping cost of the item.
426 427 428 429 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 426 class ShippingDimension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |