Class: Taxplorer::Parse::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/taxplorer/parse.rb

Instance Attribute Summary collapse

Instance Attribute Details

#copiesObject

Returns the value of attribute copies

Returns:

  • (Object)

    the current value of copies



4
5
6
# File 'lib/taxplorer/parse.rb', line 4

def copies
  @copies
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



4
5
6
# File 'lib/taxplorer/parse.rb', line 4

def label
  @label
end

#parentObject

Returns the value of attribute parent

Returns:

  • (Object)

    the current value of parent



4
5
6
# File 'lib/taxplorer/parse.rb', line 4

def parent
  @parent
end