Class: Tabry::CLI::Internals
- Inherits:
-
Struct
- Object
- Struct
- Tabry::CLI::Internals
- Defined in:
- lib/tabry/cli/internals.rb
Instance Attribute Summary collapse
-
#met ⇒ Object
Returns the value of attribute met.
-
#raw_args ⇒ Object
Returns the value of attribute raw_args.
-
#result ⇒ Object
Returns the value of attribute result.
-
#runner ⇒ Object
Returns the value of attribute runner.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#met ⇒ Object
Returns the value of attribute met
5 6 7 |
# File 'lib/tabry/cli/internals.rb', line 5 def met @met end |
#raw_args ⇒ Object
Returns the value of attribute raw_args
5 6 7 |
# File 'lib/tabry/cli/internals.rb', line 5 def raw_args @raw_args end |
#result ⇒ Object
Returns the value of attribute result
5 6 7 |
# File 'lib/tabry/cli/internals.rb', line 5 def result @result end |
#runner ⇒ Object
Returns the value of attribute runner
5 6 7 |
# File 'lib/tabry/cli/internals.rb', line 5 def runner @runner end |
#state ⇒ Object
Returns the value of attribute state
5 6 7 |
# File 'lib/tabry/cli/internals.rb', line 5 def state @state end |