Class: TestLink::Objects::Project
- Inherits:
-
Object
- Object
- TestLink::Objects::Project
- Includes:
- Methods
- Defined in:
- lib/test_link/objects/project.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
Method Summary
Methods included from Methods
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
22 23 24 |
# File 'lib/test_link/objects/project.rb', line 22 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
22 23 24 |
# File 'lib/test_link/objects/project.rb', line 22 def name @name end |
#notes ⇒ Object
Returns the value of attribute notes.
22 23 24 |
# File 'lib/test_link/objects/project.rb', line 22 def notes @notes end |
#prefix ⇒ Object
Returns the value of attribute prefix.
22 23 24 |
# File 'lib/test_link/objects/project.rb', line 22 def prefix @prefix end |