Class: Feed::Google::MerchantUploader::Result
- Inherits:
-
Data
- Object
- Data
- Feed::Google::MerchantUploader::Result
- Defined in:
- app/services/feed/google/merchant_uploader.rb
Instance Attribute Summary collapse
-
#catalog_items_count ⇒ Object
readonly
Returns the value of attribute catalog_items_count.
-
#output ⇒ Object
readonly
Returns the value of attribute output.
-
#output_file_path ⇒ Object
readonly
Returns the value of attribute output_file_path.
Instance Method Summary collapse
-
#initialize(output: nil, output_file_path: nil, catalog_items_count: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(output: nil, output_file_path: nil, catalog_items_count: nil) ⇒ Result
Returns a new instance of Result.
4 |
# File 'app/services/feed/google/merchant_uploader.rb', line 4 def initialize(output: nil, output_file_path: nil, catalog_items_count: nil) = super |
Instance Attribute Details
#catalog_items_count ⇒ Object (readonly)
Returns the value of attribute catalog_items_count
3 4 5 |
# File 'app/services/feed/google/merchant_uploader.rb', line 3 def catalog_items_count @catalog_items_count end |
#output ⇒ Object (readonly)
Returns the value of attribute output
3 4 5 |
# File 'app/services/feed/google/merchant_uploader.rb', line 3 def output @output end |
#output_file_path ⇒ Object (readonly)
Returns the value of attribute output_file_path
3 4 5 |
# File 'app/services/feed/google/merchant_uploader.rb', line 3 def output_file_path @output_file_path end |