Class: Ast::Merge::CommentAttachmentRule

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#selectorObject

Returns the value of attribute selector

Returns:

  • (Object)

    the current value of selector



805
806
807
# File 'lib/ast/merge.rb', line 805

def selector
  @selector
end

#strategyObject

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



805
806
807
# File 'lib/ast/merge.rb', line 805

def strategy
  @strategy
end