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