Class: Google::Shopping::Merchant::Products::V1beta::UnitPricingMeasure
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1beta::UnitPricingMeasure
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1beta/products_common.rb
Overview
The UnitPricingMeasure of the product.
Instance Attribute Summary collapse
-
#unit ⇒ ::String
The unit of the measure.
-
#value ⇒ ::Float
The measure of an item.
Instance Attribute Details
#unit ⇒ ::String
Returns The unit of the measure.
450 451 452 453 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 450 class UnitPricingMeasure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Float
Returns The measure of an item.
450 451 452 453 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 450 class UnitPricingMeasure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |