Class: Project
- Inherits:
-
Hash
- Object
- Hash
- Project
- Defined in:
- lib/project.rb
Instance Method Summary collapse
-
#initialize ⇒ Project
constructor
A new instance of Project.
Constructor Details
#initialize ⇒ Project
Returns a new instance of Project.
2 3 4 |
# File 'lib/project.rb', line 2 def initialize self[:url]='' end |