Class: Google::Shopping::Merchant::Products::V1::UnitPricingBaseMeasure
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1::UnitPricingBaseMeasure
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1/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.
454 455 456 457 |
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 454 class UnitPricingBaseMeasure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Integer
Returns The denominator of the unit price.
454 455 456 457 |
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 454 class UnitPricingBaseMeasure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |