Class: Tabry::CLI::Internals

Inherits:
Struct
  • Object
show all
Defined in:
lib/tabry/cli/internals.rb

Instance Attribute Summary collapse

Instance Attribute Details

#metObject

Returns the value of attribute met

Returns:

  • (Object)

    the current value of met



5
6
7
# File 'lib/tabry/cli/internals.rb', line 5

def met
  @met
end

#raw_argsObject

Returns the value of attribute raw_args

Returns:

  • (Object)

    the current value of raw_args



5
6
7
# File 'lib/tabry/cli/internals.rb', line 5

def raw_args
  @raw_args
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



5
6
7
# File 'lib/tabry/cli/internals.rb', line 5

def result
  @result
end

#runnerObject

Returns the value of attribute runner

Returns:

  • (Object)

    the current value of runner



5
6
7
# File 'lib/tabry/cli/internals.rb', line 5

def runner
  @runner
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



5
6
7
# File 'lib/tabry/cli/internals.rb', line 5

def state
  @state
end