Class: Feed::Google::ProductBatchLoader::VariantMetadata
- Inherits:
-
Data
- Object
- Data
- Feed::Google::ProductBatchLoader::VariantMetadata
- Defined in:
- app/services/feed/google/product_batch_loader.rb
Instance Attribute Summary collapse
-
#axis_tokens ⇒ Object
readonly
Returns the value of attribute axis_tokens.
-
#group_name ⇒ Object
readonly
Returns the value of attribute group_name.
-
#has_variants ⇒ Object
readonly
Returns the value of attribute has_variants.
Instance Attribute Details
#axis_tokens ⇒ Object (readonly)
Returns the value of attribute axis_tokens
10 11 12 |
# File 'app/services/feed/google/product_batch_loader.rb', line 10 def axis_tokens @axis_tokens end |
#group_name ⇒ Object (readonly)
Returns the value of attribute group_name
10 11 12 |
# File 'app/services/feed/google/product_batch_loader.rb', line 10 def group_name @group_name end |
#has_variants ⇒ Object (readonly)
Returns the value of attribute has_variants
10 11 12 |
# File 'app/services/feed/google/product_batch_loader.rb', line 10 def has_variants @has_variants end |