Class: Google::Shopping::Merchant::Products::V1beta::UnitPricingMeasure

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 UnitPricingMeasure of the product.

Instance Attribute Summary collapse

Instance Attribute Details

#unit::String

Returns The unit of the measure.

Returns:

  • (::String)

    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.

Returns:

  • (::Float)

    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