Class: LocalVault::CLI::ErrorPresenter::Context
- Inherits:
-
Data
- Object
- Data
- LocalVault::CLI::ErrorPresenter::Context
- Defined in:
- lib/localvault/cli/error_presenter.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
readonly
Returns the value of attribute command.
-
#command_class ⇒ Object
readonly
Returns the value of attribute command_class.
-
#namespace ⇒ Object
readonly
Returns the value of attribute namespace.
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Attribute Details
#command ⇒ Object (readonly)
Returns the value of attribute command
6 7 8 |
# File 'lib/localvault/cli/error_presenter.rb', line 6 def command @command end |
#command_class ⇒ Object (readonly)
Returns the value of attribute command_class
6 7 8 |
# File 'lib/localvault/cli/error_presenter.rb', line 6 def command_class @command_class end |
#namespace ⇒ Object (readonly)
Returns the value of attribute namespace
6 7 8 |
# File 'lib/localvault/cli/error_presenter.rb', line 6 def namespace @namespace end |
#token ⇒ Object (readonly)
Returns the value of attribute token
6 7 8 |
# File 'lib/localvault/cli/error_presenter.rb', line 6 def token @token end |