Class: Google::Shopping::Merchant::Products::V1beta::UnitPricingBaseMeasure
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1beta::UnitPricingBaseMeasure
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1beta/products_common.rb
Overview
The UnitPricingBaseMeasure of the product.
Instance Attribute Summary collapse
-
#unit ⇒ ::String
The unit of the denominator.
-
#value ⇒ ::Integer
The denominator of the unit price.
Instance Attribute Details
#unit ⇒ ::String
Returns The unit of the denominator.
438 439 440 441 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 438 class UnitPricingBaseMeasure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Integer
Returns The denominator of the unit price.
438 439 440 441 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 438 class UnitPricingBaseMeasure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |