Class: EasyCreds::Context
- Inherits:
-
Data
- Object
- Data
- EasyCreds::Context
- Defined in:
- lib/easy_creds/cli.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#env ⇒ Object
readonly
Returns the value of attribute env.
-
#io ⇒ Object
readonly
Returns the value of attribute io.
-
#op ⇒ Object
readonly
Returns the value of attribute op.
-
#prompt ⇒ Object
readonly
Returns the value of attribute prompt.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
-
#theme ⇒ Object
readonly
Returns the value of attribute theme.
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config
7 8 9 |
# File 'lib/easy_creds/cli.rb', line 7 def config @config end |
#env ⇒ Object (readonly)
Returns the value of attribute env
7 8 9 |
# File 'lib/easy_creds/cli.rb', line 7 def env @env end |
#io ⇒ Object (readonly)
Returns the value of attribute io
7 8 9 |
# File 'lib/easy_creds/cli.rb', line 7 def io @io end |
#op ⇒ Object (readonly)
Returns the value of attribute op
7 8 9 |
# File 'lib/easy_creds/cli.rb', line 7 def op @op end |
#prompt ⇒ Object (readonly)
Returns the value of attribute prompt
7 8 9 |
# File 'lib/easy_creds/cli.rb', line 7 def prompt @prompt end |
#root ⇒ Object (readonly)
Returns the value of attribute root
7 8 9 |
# File 'lib/easy_creds/cli.rb', line 7 def root @root end |
#theme ⇒ Object (readonly)
Returns the value of attribute theme
7 8 9 |
# File 'lib/easy_creds/cli.rb', line 7 def theme @theme end |