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