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