Class: Ast::Merge::CommentAttachmentRule
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::CommentAttachmentRule
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#selector ⇒ Object
Returns the value of attribute selector.
-
#strategy ⇒ Object
Returns the value of attribute strategy.
Instance Attribute Details
#selector ⇒ Object
Returns the value of attribute selector
783 784 785 |
# File 'lib/ast/merge.rb', line 783 def selector @selector end |
#strategy ⇒ Object
Returns the value of attribute strategy
783 784 785 |
# File 'lib/ast/merge.rb', line 783 def strategy @strategy end |