Class: Tabry::State
- Inherits:
-
Struct
- Object
- Struct
- Tabry::State
- Defined in:
- lib/tabry/state.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#current_flag ⇒ Object
Returns the value of attribute current_flag.
-
#dashdash ⇒ Object
Returns the value of attribute dashdash.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#help ⇒ Object
Returns the value of attribute help.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#subcommand_stack ⇒ Object
Returns the value of attribute subcommand_stack.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
4 5 6 |
# File 'lib/tabry/state.rb', line 4 def args @args end |
#current_flag ⇒ Object
Returns the value of attribute current_flag
4 5 6 |
# File 'lib/tabry/state.rb', line 4 def current_flag @current_flag end |
#dashdash ⇒ Object
Returns the value of attribute dashdash
4 5 6 |
# File 'lib/tabry/state.rb', line 4 def dashdash @dashdash end |
#flags ⇒ Object
Returns the value of attribute flags
4 5 6 |
# File 'lib/tabry/state.rb', line 4 def flags @flags end |
#help ⇒ Object
Returns the value of attribute help
4 5 6 |
# File 'lib/tabry/state.rb', line 4 def help @help end |
#mode ⇒ Object
Returns the value of attribute mode
4 5 6 |
# File 'lib/tabry/state.rb', line 4 def mode @mode end |
#subcommand_stack ⇒ Object
Returns the value of attribute subcommand_stack
4 5 6 |
# File 'lib/tabry/state.rb', line 4 def subcommand_stack @subcommand_stack end |