Class: Google::Shopping::Merchant::Products::V1::ProductCertification
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1::ProductCertification
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1/products_common.rb
Overview
Product certification, initially introduced for EU energy efficiency labeling compliance using the EU EPREL database.
Instance Attribute Summary collapse
-
#certification_authority ⇒ ::Google::Shopping::Merchant::Products::V1::CertificationAuthority
The certification authority.
-
#certification_code ⇒ ::String
The certification code.
-
#certification_name ⇒ ::Google::Shopping::Merchant::Products::V1::CertificationName
The name of the certification.
-
#certification_value ⇒ ::String
The certification value (also known as class, level or grade), for example "A+", "C", "gold".
Instance Attribute Details
#certification_authority ⇒ ::Google::Shopping::Merchant::Products::V1::CertificationAuthority
Returns The certification authority.
695 696 697 698 |
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 695 class ProductCertification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#certification_code ⇒ ::String
Returns The certification code. Maximum length is 2000 characters.
695 696 697 698 |
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 695 class ProductCertification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#certification_name ⇒ ::Google::Shopping::Merchant::Products::V1::CertificationName
Returns The name of the certification.
695 696 697 698 |
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 695 class ProductCertification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#certification_value ⇒ ::String
Returns The certification value (also known as class, level or grade), for example "A+", "C", "gold". Maximum length is 2000 characters.
695 696 697 698 |
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 695 class ProductCertification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |