Class: Amazon::ExportAmalyticsSnapshot::Result
- Inherits:
-
Data
- Object
- Data
- Amazon::ExportAmalyticsSnapshot::Result
- Defined in:
- app/services/amazon/export_amalytics_snapshot.rb
Instance Attribute Summary collapse
-
#output_file_path ⇒ Object
readonly
Returns the value of attribute output_file_path.
-
#success ⇒ Object
readonly
Returns the value of attribute success.
Instance Method Summary collapse
-
#initialize(success: nil, output_file_path: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(success: nil, output_file_path: nil) ⇒ Result
Returns a new instance of Result.
3 |
# File 'app/services/amazon/export_amalytics_snapshot.rb', line 3 def initialize(success: nil, output_file_path: nil) = super |
Instance Attribute Details
#output_file_path ⇒ Object (readonly)
Returns the value of attribute output_file_path
2 3 4 |
# File 'app/services/amazon/export_amalytics_snapshot.rb', line 2 def output_file_path @output_file_path end |
#success ⇒ Object (readonly)
Returns the value of attribute success
2 3 4 |
# File 'app/services/amazon/export_amalytics_snapshot.rb', line 2 def success @success end |