Module: WatchTower::Project::AnyBased::InstanceMethods
- Defined in:
- lib/watch_tower/project/any_based.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
13 14 15 |
# File 'lib/watch_tower/project/any_based.rb', line 13 def name @name end |
#path ⇒ Object (readonly)
Returns the value of attribute path.
13 14 15 |
# File 'lib/watch_tower/project/any_based.rb', line 13 def path @path end |