Class: Google::Shopping::Merchant::Products::V1beta::UnitPricingBaseMeasure

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#unit::String

Returns The unit of the denominator.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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