Class: AdLint::Postfilter::MessageControlAnnotation
- Inherits:
-
Object
- Object
- AdLint::Postfilter::MessageControlAnnotation
- Defined in:
- lib/adlint/postfilter/annotate.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#message_controller ⇒ Object
readonly
Returns the value of attribute message_controller.
Instance Method Summary collapse
-
#initialize(message_controller_str) ⇒ MessageControlAnnotation
constructor
A new instance of MessageControlAnnotation.
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 = MessageController.new() end |
Instance Attribute Details
#message_controller ⇒ Object (readonly)
Returns the value of attribute message_controller.
43 44 45 |
# File 'lib/adlint/postfilter/annotate.rb', line 43 def @message_controller end |