Class: Eco::CLI::Config::UseCases::ActiveCase
- Defined in:
- lib/eco/cli/config/use_cases/active_case.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#index ⇒ Object
Returns the value of attribute index.
-
#option ⇒ Object
Returns the value of attribute option.
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
5 6 7 |
# File 'lib/eco/cli/config/use_cases/active_case.rb', line 5 def callback @callback end |
#index ⇒ Object
Returns the value of attribute index
5 6 7 |
# File 'lib/eco/cli/config/use_cases/active_case.rb', line 5 def index @index end |
#option ⇒ Object
Returns the value of attribute option
5 6 7 |
# File 'lib/eco/cli/config/use_cases/active_case.rb', line 5 def option @option end |