Class: RSX::Nodes::Fragment

Inherits:
Struct
  • Object
show all
Defined in:
lib/rsx/nodes.rb

Overview

<>...</>

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



20
21
22
# File 'lib/rsx/nodes.rb', line 20

def children
  @children
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



20
21
22
# File 'lib/rsx/nodes.rb', line 20

def line
  @line
end