Class: LocalVault::CLI::ErrorPresenter::Context

Inherits:
Data
  • Object
show all
Defined in:
lib/localvault/cli/error_presenter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject (readonly)

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



6
7
8
# File 'lib/localvault/cli/error_presenter.rb', line 6

def command
  @command
end

#command_classObject (readonly)

Returns the value of attribute command_class

Returns:

  • (Object)

    the current value of command_class



6
7
8
# File 'lib/localvault/cli/error_presenter.rb', line 6

def command_class
  @command_class
end

#namespaceObject (readonly)

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



6
7
8
# File 'lib/localvault/cli/error_presenter.rb', line 6

def namespace
  @namespace
end

#tokenObject (readonly)

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



6
7
8
# File 'lib/localvault/cli/error_presenter.rb', line 6

def token
  @token
end