Class: Strling::Nodes::Group

Inherits:
Data
  • Object
show all
Defined in:
lib/strling/nodes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#atomicObject (readonly)

Returns the value of attribute atomic

Returns:

  • (Object)

    the current value of atomic



8
9
10
# File 'lib/strling/nodes.rb', line 8

def atomic
  @atomic
end

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



8
9
10
# File 'lib/strling/nodes.rb', line 8

def body
  @body
end

#capturingObject (readonly)

Returns the value of attribute capturing

Returns:

  • (Object)

    the current value of capturing



8
9
10
# File 'lib/strling/nodes.rb', line 8

def capturing
  @capturing
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/strling/nodes.rb', line 8

def name
  @name
end