Class: TestLink::Objects::Status

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

Instance Attribute Summary collapse

Method Summary

Methods included from Methods

#==

Instance Attribute Details

#additional_infoObject

Returns the value of attribute additional_info.



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

def additional_info
  @additional_info
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#messageObject

Returns the value of attribute message.



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

def message
  @message
end

#operationObject

Returns the value of attribute operation.



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

def operation
  @operation
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end