Class: Superbot::Project

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/superbot/project.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path.



8
9
10
# File 'lib/superbot/project.rb', line 8

def path
  @path
end

Class Method Details

.pathObject



14
15
16
# File 'lib/superbot/project.rb', line 14

def self.path
  instance.path
end

.path=(path) ⇒ Object



10
11
12
# File 'lib/superbot/project.rb', line 10

def self.path=(path)
  instance.path = path
end