Exception: Buildr::Project::NoSuchProject
- Defined in:
- lib/buildr/core/project.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ NoSuchProject
constructor
A new instance of NoSuchProject.
Constructor Details
#initialize(name) ⇒ NoSuchProject
Returns a new instance of NoSuchProject.
197 198 199 200 |
# File 'lib/buildr/core/project.rb', line 197 def initialize(name) super "No such project #{name}" @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
196 197 198 |
# File 'lib/buildr/core/project.rb', line 196 def name @name end |