Class: Arthur::Project
- Inherits:
-
Object
- Object
- Arthur::Project
- Defined in:
- lib/arthur/project.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Class Method Summary collapse
Instance Method Summary collapse
- #errors ⇒ Object
-
#initialize(data) ⇒ Project
constructor
A new instance of Project.
Constructor Details
#initialize(data) ⇒ Project
Returns a new instance of Project.
17 18 19 |
# File 'lib/arthur/project.rb', line 17 def initialize(data) @data = data end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
15 16 17 |
# File 'lib/arthur/project.rb', line 15 def data @data end |