Class: ActiveAdmin::AsyncExporter::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/active_admin/async_exporter/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



18
19
20
21
22
# File 'lib/active_admin/async_exporter/config.rb', line 18

def initialize
  @aws_bucket_name = nil
  @aws_bucket_folder_path = nil
  @disk_folder_path = nil
end

Instance Attribute Details

#aws_bucket_folder_pathObject

Returns the value of attribute aws_bucket_folder_path.



16
17
18
# File 'lib/active_admin/async_exporter/config.rb', line 16

def aws_bucket_folder_path
  @aws_bucket_folder_path
end

#aws_bucket_nameObject

Returns the value of attribute aws_bucket_name.



16
17
18
# File 'lib/active_admin/async_exporter/config.rb', line 16

def aws_bucket_name
  @aws_bucket_name
end

#disk_folder_pathObject

Returns the value of attribute disk_folder_path.



16
17
18
# File 'lib/active_admin/async_exporter/config.rb', line 16

def disk_folder_path
  @disk_folder_path
end

#serviceObject

Returns the value of attribute service.



16
17
18
# File 'lib/active_admin/async_exporter/config.rb', line 16

def service
  @service
end