Class: TestLink::Objects::Status
- Inherits:
-
Object
- Object
- TestLink::Objects::Status
- Includes:
- Methods
- Defined in:
- lib/test_link/objects/status.rb
Instance Attribute Summary collapse
-
#additional_info ⇒ Object
Returns the value of attribute additional_info.
-
#id ⇒ Object
Returns the value of attribute id.
-
#message ⇒ Object
Returns the value of attribute message.
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#status ⇒ Object
Returns the value of attribute status.
Method Summary
Methods included from Methods
Instance Attribute Details
#additional_info ⇒ Object
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 |
#id ⇒ Object
Returns the value of attribute id.
22 23 24 |
# File 'lib/test_link/objects/status.rb', line 22 def id @id end |
#message ⇒ Object
Returns the value of attribute message.
22 23 24 |
# File 'lib/test_link/objects/status.rb', line 22 def @message end |
#operation ⇒ Object
Returns the value of attribute operation.
22 23 24 |
# File 'lib/test_link/objects/status.rb', line 22 def operation @operation end |
#status ⇒ Object
Returns the value of attribute status.
22 23 24 |
# File 'lib/test_link/objects/status.rb', line 22 def status @status end |