Class: ActiveAdmin::AsyncExporter::Config
- Inherits:
-
Object
- Object
- ActiveAdmin::AsyncExporter::Config
- Defined in:
- lib/active_admin/async_exporter/config.rb
Instance Attribute Summary collapse
-
#aws_bucket_folder_path ⇒ Object
Returns the value of attribute aws_bucket_folder_path.
-
#aws_bucket_name ⇒ Object
Returns the value of attribute aws_bucket_name.
-
#disk_folder_path ⇒ Object
Returns the value of attribute disk_folder_path.
-
#service ⇒ Object
Returns the value of attribute service.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
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_path ⇒ Object
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_name ⇒ Object
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_path ⇒ Object
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 |
#service ⇒ Object
Returns the value of attribute service.
16 17 18 |
# File 'lib/active_admin/async_exporter/config.rb', line 16 def service @service end |