Class: RSX::Nodes::Component

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



17
18
19
# File 'lib/rsx/nodes.rb', line 17

def attributes
  @attributes
end

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



17
18
19
# File 'lib/rsx/nodes.rb', line 17

def children
  @children
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



17
18
19
# File 'lib/rsx/nodes.rb', line 17

def line
  @line
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



17
18
19
# File 'lib/rsx/nodes.rb', line 17

def name
  @name
end