Class: TestLink::Objects::Node

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

Instance Attribute Summary collapse

Method Summary

Methods included from Methods

#==

Instance Attribute Details

#detailsObject

Returns the value of attribute details.



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

def details
  @details
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#orderObject

Returns the value of attribute order.



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

def order
  @order
end

#parent_idObject

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

#tableObject

Returns the value of attribute table.



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

def table
  @table
end

#type_idObject

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