Class: ThermoMSF::Model::TaxonomyNode

Inherits:
Object
  • Object
show all
Defined in:
lib/msf/sql/taxonomy_node.rb

Instance Method Summary collapse

Instance Method Details

#left_node_indexObject



15
16
17
# File 'lib/msf/sql/taxonomy_node.rb', line 15

def left_node_index
  self.LeftNodeIndex
end

#parent_taxonomy_idObject



9
10
11
# File 'lib/msf/sql/taxonomy_node.rb', line 9

def parent_taxonomy_id
  self.ParentTaxonomyID
end

#right_node_indexObject



18
19
20
# File 'lib/msf/sql/taxonomy_node.rb', line 18

def right_node_index
  self.RightNodeIndex
end

#taxonomy_idObject

ruby style accessors



6
7
8
# File 'lib/msf/sql/taxonomy_node.rb', line 6

def taxonomy_id
  self.TaxonomyID
end

#taxonomy_rankObject



12
13
14
# File 'lib/msf/sql/taxonomy_node.rb', line 12

def taxonomy_rank
  self.TaxonomyRank
end