Class: Google::Shopping::Css::V1::ProductDetail
- Inherits:
-
Object
- Object
- Google::Shopping::Css::V1::ProductDetail
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/css/v1/css_product_common.rb
Overview
The product details.
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
The name of the product detail.
-
#attribute_value ⇒ ::String
The value of the product detail.
-
#section_name ⇒ ::String
The section header used to group a set of product details.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns The name of the product detail.
245 246 247 248 |
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 245 class ProductDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#attribute_value ⇒ ::String
Returns The value of the product detail.
245 246 247 248 |
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 245 class ProductDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#section_name ⇒ ::String
Returns The section header used to group a set of product details.
245 246 247 248 |
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 245 class ProductDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |