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

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

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



21
22
23
# File 'lib/eco/cli/config/use_cases.rb', line 21

def callback
  @callback
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



21
22
23
# File 'lib/eco/cli/config/use_cases.rb', line 21

def index
  @index
end

#optionObject

Returns the value of attribute option

Returns:

  • (Object)

    the current value of option



21
22
23
# File 'lib/eco/cli/config/use_cases.rb', line 21

def option
  @option
end