Class: Superbot::Project
- Inherits:
-
Object
- Object
- Superbot::Project
- Includes:
- Singleton
- Defined in:
- lib/superbot/project.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Class Method Summary collapse
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path.
8 9 10 |
# File 'lib/superbot/project.rb', line 8 def path @path end |
Class Method Details
.path ⇒ Object
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 |