Class: Redmine::CLI::Arguments

Inherits:
Object
  • Object
show all
Defined in:
lib/redmine/cli/arguments.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command.



6
7
8
# File 'lib/redmine/cli/arguments.rb', line 6

def command
  @command
end

#config_pathObject

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_nameObject

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_pathObject

Returns the value of attribute plugins_path.



6
7
8
# File 'lib/redmine/cli/arguments.rb', line 6

def plugins_path
  @plugins_path
end

#privilegedObject

Returns the value of attribute privileged.



6
7
8
# File 'lib/redmine/cli/arguments.rb', line 6

def privileged
  @privileged
end