Class: TestLink::Objects::Project

Inherits:
Object
  • Object
show all
Includes:
Methods
Defined in:
lib/test_link/objects/project.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Methods

#==

Instance Attribute Details

#idObject

Returns the value of attribute id.



22
23
24
# File 'lib/test_link/objects/project.rb', line 22

def id
  @id
end

#nameObject

Returns the value of attribute name.



22
23
24
# File 'lib/test_link/objects/project.rb', line 22

def name
  @name
end

#notesObject

Returns the value of attribute notes.



22
23
24
# File 'lib/test_link/objects/project.rb', line 22

def notes
  @notes
end

#prefixObject

Returns the value of attribute prefix.



22
23
24
# File 'lib/test_link/objects/project.rb', line 22

def prefix
  @prefix
end