Class: Eco::CLI::Config::UseCases::ActiveCase

Inherits:
Struct
  • Object
show all
Defined in:
lib/eco/cli/config/use_cases/active_case.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



5
6
7
# File 'lib/eco/cli/config/use_cases/active_case.rb', line 5

def callback
  @callback
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



5
6
7
# File 'lib/eco/cli/config/use_cases/active_case.rb', line 5

def index
  @index
end

#optionObject

Returns the value of attribute option

Returns:

  • (Object)

    the current value of option



5
6
7
# File 'lib/eco/cli/config/use_cases/active_case.rb', line 5

def option
  @option
end