Class: Redmine::CLI::Arguments
- Inherits:
-
Object
- Object
- Redmine::CLI::Arguments
- Defined in:
- lib/redmine/cli/arguments.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#config_path ⇒ Object
Returns the value of attribute config_path.
-
#instance_name ⇒ Object
Returns the value of attribute instance_name.
-
#plugins_path ⇒ Object
Returns the value of attribute plugins_path.
-
#privileged ⇒ Object
Returns the value of attribute privileged.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command.
6 7 8 |
# File 'lib/redmine/cli/arguments.rb', line 6 def command @command end |
#config_path ⇒ Object
Returns the value of attribute config_path.
6 7 8 |
# File 'lib/redmine/cli/arguments.rb', line 6 def config_path @config_path end |
#instance_name ⇒ Object
Returns the value of attribute instance_name.
6 7 8 |
# File 'lib/redmine/cli/arguments.rb', line 6 def instance_name @instance_name end |
#plugins_path ⇒ Object
Returns the value of attribute plugins_path.
6 7 8 |
# File 'lib/redmine/cli/arguments.rb', line 6 def plugins_path @plugins_path end |
#privileged ⇒ Object
Returns the value of attribute privileged.
6 7 8 |
# File 'lib/redmine/cli/arguments.rb', line 6 def privileged @privileged end |