Class: Rake::Funnel::Tasks::Environments
- Inherits:
-
TaskLib
- Object
- TaskLib
- Rake::Funnel::Tasks::Environments
- Includes:
- Support::Environments
- Defined in:
- lib/rake/funnel/tasks/environments.rb
Instance Attribute Summary collapse
-
#base_dir ⇒ Object
Returns the value of attribute base_dir.
-
#customizer ⇒ Object
Returns the value of attribute customizer.
-
#default_config ⇒ Object
Returns the value of attribute default_config.
-
#default_env ⇒ Object
Returns the value of attribute default_env.
-
#local_config ⇒ Object
Returns the value of attribute local_config.
-
#store ⇒ Object
Returns the value of attribute store.
Instance Method Summary collapse
-
#initialize(*args, &task_block) ⇒ Environments
constructor
A new instance of Environments.
Constructor Details
#initialize(*args, &task_block) ⇒ Environments
Returns a new instance of Environments.
12 13 14 15 16 |
# File 'lib/rake/funnel/tasks/environments.rb', line 12 def initialize(*args, &task_block) setup_ivars(args) define(args, &task_block) end |
Instance Attribute Details
#base_dir ⇒ Object
Returns the value of attribute base_dir.
10 11 12 |
# File 'lib/rake/funnel/tasks/environments.rb', line 10 def base_dir @base_dir end |
#customizer ⇒ Object
Returns the value of attribute customizer.
10 11 12 |
# File 'lib/rake/funnel/tasks/environments.rb', line 10 def customizer @customizer end |
#default_config ⇒ Object
Returns the value of attribute default_config.
10 11 12 |
# File 'lib/rake/funnel/tasks/environments.rb', line 10 def default_config @default_config end |
#default_env ⇒ Object
Returns the value of attribute default_env.
10 11 12 |
# File 'lib/rake/funnel/tasks/environments.rb', line 10 def default_env @default_env end |
#local_config ⇒ Object
Returns the value of attribute local_config.
10 11 12 |
# File 'lib/rake/funnel/tasks/environments.rb', line 10 def local_config @local_config end |
#store ⇒ Object
Returns the value of attribute store.
10 11 12 |
# File 'lib/rake/funnel/tasks/environments.rb', line 10 def store @store end |