Class: CKSHCommander::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/cksh_commander.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



23
24
25
# File 'lib/cksh_commander.rb', line 23

def initialize
  @commands_path = "../commands"
end

Instance Attribute Details

#commands_pathObject

Returns the value of attribute commands_path.



21
22
23
# File 'lib/cksh_commander.rb', line 21

def commands_path
  @commands_path
end