Class: Google::Cloud::Retail::V2::PriceInfo::PriceRange
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::PriceInfo::PriceRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/common.rb
Overview
The price range of all
having the same .
Instance Attribute Summary collapse
-
#original_price ⇒ ::Google::Cloud::Retail::V2::Interval
The inclusive internal of all having the same .
-
#price ⇒ ::Google::Cloud::Retail::V2::Interval
The inclusive interval of all having the same .
Instance Attribute Details
#original_price ⇒ ::Google::Cloud::Retail::V2::Interval
805 806 807 808 |
# File 'proto_docs/google/cloud/retail/v2/common.rb', line 805 class PriceRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#price ⇒ ::Google::Cloud::Retail::V2::Interval
805 806 807 808 |
# File 'proto_docs/google/cloud/retail/v2/common.rb', line 805 class PriceRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |