Class: Feed::Google::ProductBatchLoader::Batch

Inherits:
Data
  • Object
show all
Defined in:
app/services/feed/google/product_batch_loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#country_isoObject (readonly)

Returns the value of attribute country_iso

Returns:

  • (Object)

    the current value of country_iso



9
10
11
# File 'app/services/feed/google/product_batch_loader.rb', line 9

def country_iso
  @country_iso
end

#recordsObject (readonly)

Returns the value of attribute records

Returns:

  • (Object)

    the current value of records



9
10
11
# File 'app/services/feed/google/product_batch_loader.rb', line 9

def records
  @records
end

#variant_metadataObject (readonly)

Returns the value of attribute variant_metadata

Returns:

  • (Object)

    the current value of variant_metadata



9
10
11
# File 'app/services/feed/google/product_batch_loader.rb', line 9

def 
  @variant_metadata
end