Class: Terret::CLI::Options
- Inherits:
-
Struct
- Object
- Struct
- Terret::CLI::Options
- Defined in:
- lib/terret/cli.rb
Instance Attribute Summary collapse
-
#allow_config_ruby ⇒ Object
Returns the value of attribute allow_config_ruby.
-
#command ⇒ Object
Returns the value of attribute command.
-
#home ⇒ Object
Returns the value of attribute home.
-
#patches ⇒ Object
Returns the value of attribute patches.
-
#profile ⇒ Object
Returns the value of attribute profile.
Instance Attribute Details
#allow_config_ruby ⇒ Object
Returns the value of attribute allow_config_ruby
44 45 46 |
# File 'lib/terret/cli.rb', line 44 def allow_config_ruby @allow_config_ruby end |
#command ⇒ Object
Returns the value of attribute command
44 45 46 |
# File 'lib/terret/cli.rb', line 44 def command @command end |
#home ⇒ Object
Returns the value of attribute home
44 45 46 |
# File 'lib/terret/cli.rb', line 44 def home @home end |
#patches ⇒ Object
Returns the value of attribute patches
44 45 46 |
# File 'lib/terret/cli.rb', line 44 def patches @patches end |
#profile ⇒ Object
Returns the value of attribute profile
44 45 46 |
# File 'lib/terret/cli.rb', line 44 def profile @profile end |