Class: Btape::CLI::Options
- Inherits:
-
Struct
- Object
- Struct
- Btape::CLI::Options
- Defined in:
- lib/btape/cli.rb
Instance Attribute Summary collapse
-
#frames_directory ⇒ Object
Returns the value of attribute frames_directory.
-
#help ⇒ Object
Returns the value of attribute help.
-
#settings ⇒ Object
Returns the value of attribute settings.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
Instance Attribute Details
#frames_directory ⇒ Object
Returns the value of attribute frames_directory
12 13 14 |
# File 'lib/btape/cli.rb', line 12 def frames_directory @frames_directory end |
#help ⇒ Object
Returns the value of attribute help
12 13 14 |
# File 'lib/btape/cli.rb', line 12 def help @help end |
#settings ⇒ Object
Returns the value of attribute settings
12 13 14 |
# File 'lib/btape/cli.rb', line 12 def settings @settings end |
#verbose ⇒ Object
Returns the value of attribute verbose
12 13 14 |
# File 'lib/btape/cli.rb', line 12 def verbose @verbose end |