Class: Atomic::Parser::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/atomic/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes


22
23
24
# File 'lib/atomic/parser.rb', line 22

def attributes
  @attributes
end

#depthObject

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth


22
23
24
# File 'lib/atomic/parser.rb', line 22

def depth
  @depth
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name


22
23
24
# File 'lib/atomic/parser.rb', line 22

def name
  @name
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text


22
23
24
# File 'lib/atomic/parser.rb', line 22

def text
  @text
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri


22
23
24
# File 'lib/atomic/parser.rb', line 22

def uri
  @uri
end