Class: Btape::GenerateCommand::Options
- Inherits:
-
Struct
- Object
- Struct
- Btape::GenerateCommand::Options
- Defined in:
- lib/btape/generate_command.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
-
#context_path ⇒ Object
Returns the value of attribute context_path.
-
#help ⇒ Object
Returns the value of attribute help.
-
#output_path ⇒ Object
Returns the value of attribute output_path.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client
20 21 22 |
# File 'lib/btape/generate_command.rb', line 20 def client @client end |
#context_path ⇒ Object
Returns the value of attribute context_path
20 21 22 |
# File 'lib/btape/generate_command.rb', line 20 def context_path @context_path end |
#help ⇒ Object
Returns the value of attribute help
20 21 22 |
# File 'lib/btape/generate_command.rb', line 20 def help @help end |
#output_path ⇒ Object
Returns the value of attribute output_path
20 21 22 |
# File 'lib/btape/generate_command.rb', line 20 def output_path @output_path end |
#verbose ⇒ Object
Returns the value of attribute verbose
20 21 22 |
# File 'lib/btape/generate_command.rb', line 20 def verbose @verbose end |