Class: AdLint::Postfilter::MessageController
- Inherits:
-
Object
- Object
- AdLint::Postfilter::MessageController
- Defined in:
- lib/adlint/postfilter/annotate.rb
Instance Attribute Summary collapse
-
#message_control_list ⇒ Object
readonly
Returns the value of attribute message_control_list.
Instance Method Summary collapse
-
#initialize(message_controller_str) ⇒ MessageController
constructor
A new instance of MessageController.
Constructor Details
#initialize(message_controller_str) ⇒ MessageController
Returns a new instance of MessageController.
87 88 89 |
# File 'lib/adlint/postfilter/annotate.rb', line 87 def initialize() @message_control_list = () end |
Instance Attribute Details
#message_control_list ⇒ Object (readonly)
Returns the value of attribute message_control_list.
91 92 93 |
# File 'lib/adlint/postfilter/annotate.rb', line 91 def @message_control_list end |