Class: AdLint::Postfilter::MessageControlAnnotation

Inherits:
Object
  • Object
show all
Defined in:
lib/adlint/postfilter/annotate.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message_controller_str) ⇒ MessageControlAnnotation

Returns a new instance of MessageControlAnnotation.



39
40
41
# File 'lib/adlint/postfilter/annotate.rb', line 39

def initialize(message_controller_str)
  @message_controller = MessageController.new(message_controller_str)
end

Instance Attribute Details

#message_controllerObject (readonly)

Returns the value of attribute message_controller.



43
44
45
# File 'lib/adlint/postfilter/annotate.rb', line 43

def message_controller
  @message_controller
end