Class: Strling::Nodes::Group
- Inherits:
-
Data
- Object
- Data
- Strling::Nodes::Group
- Defined in:
- lib/strling/nodes.rb
Instance Attribute Summary collapse
-
#atomic ⇒ Object
readonly
Returns the value of attribute atomic.
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#capturing ⇒ Object
readonly
Returns the value of attribute capturing.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#atomic ⇒ Object (readonly)
Returns the value of attribute atomic
8 9 10 |
# File 'lib/strling/nodes.rb', line 8 def atomic @atomic end |
#body ⇒ Object (readonly)
Returns the value of attribute body
8 9 10 |
# File 'lib/strling/nodes.rb', line 8 def body @body end |
#capturing ⇒ Object (readonly)
Returns the value of attribute capturing
8 9 10 |
# File 'lib/strling/nodes.rb', line 8 def capturing @capturing end |
#name ⇒ Object (readonly)
Returns the value of attribute name
8 9 10 |
# File 'lib/strling/nodes.rb', line 8 def name @name end |