Class: Ast::Merge::ActiveProfileRuleCounts
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ActiveProfileRuleCounts
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#atomic_nodes ⇒ Object
Returns the value of attribute atomic_nodes.
-
#child_groups ⇒ Object
Returns the value of attribute child_groups.
-
#comment_attachment ⇒ Object
Returns the value of attribute comment_attachment.
-
#commutative_parents ⇒ Object
Returns the value of attribute commutative_parents.
-
#node_roles ⇒ Object
Returns the value of attribute node_roles.
-
#signatures ⇒ Object
Returns the value of attribute signatures.
Instance Attribute Details
#atomic_nodes ⇒ Object
Returns the value of attribute atomic_nodes
857 858 859 |
# File 'lib/ast/merge.rb', line 857 def atomic_nodes @atomic_nodes end |
#child_groups ⇒ Object
Returns the value of attribute child_groups
857 858 859 |
# File 'lib/ast/merge.rb', line 857 def child_groups @child_groups end |
#comment_attachment ⇒ Object
Returns the value of attribute comment_attachment
857 858 859 |
# File 'lib/ast/merge.rb', line 857 def @comment_attachment end |
#commutative_parents ⇒ Object
Returns the value of attribute commutative_parents
857 858 859 |
# File 'lib/ast/merge.rb', line 857 def commutative_parents @commutative_parents end |
#node_roles ⇒ Object
Returns the value of attribute node_roles
857 858 859 |
# File 'lib/ast/merge.rb', line 857 def node_roles @node_roles end |
#signatures ⇒ Object
Returns the value of attribute signatures
857 858 859 |
# File 'lib/ast/merge.rb', line 857 def signatures @signatures end |