Class: Google::Shopping::Merchant::Products::V1beta::Certification
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1beta::Certification
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1beta/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 ⇒ ::String
The certification authority, for example "European_Commission".
-
#certification_code ⇒ ::String
The certification code.
-
#certification_name ⇒ ::String
The name of the certification, for example "EPREL".
-
#certification_value ⇒ ::String
The certification value (also known as class, level or grade), for example "A+", "C", "gold".
Instance Attribute Details
#certification_authority ⇒ ::String
Returns The certification authority, for example "European_Commission". Maximum length is 2000 characters.
674 675 676 677 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 674 class Certification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#certification_code ⇒ ::String
Returns The certification code. Maximum length is 2000 characters.
674 675 676 677 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 674 class Certification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#certification_name ⇒ ::String
Returns The name of the certification, for example "EPREL". Maximum length is 2000 characters.
674 675 676 677 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 674 class Certification 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.
674 675 676 677 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 674 class Certification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |