Class: Amazon::ExportAmalyticsSnapshot::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/amazon/export_amalytics_snapshot.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_pathObject (readonly)

Returns the value of attribute output_file_path

Returns:

  • (Object)

    the current value of output_file_path



2
3
4
# File 'app/services/amazon/export_amalytics_snapshot.rb', line 2

def output_file_path
  @output_file_path
end

#successObject (readonly)

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



2
3
4
# File 'app/services/amazon/export_amalytics_snapshot.rb', line 2

def success
  @success
end