Class: NagiosAnalyzer::Section
- Inherits:
-
Object
- Object
- NagiosAnalyzer::Section
- Defined in:
- lib/nagios_analyzer/section_decorator.rb
Instance Method Summary collapse
Instance Method Details
#decorate ⇒ Object
6 7 8 |
# File 'lib/nagios_analyzer/section_decorator.rb', line 6 def decorate @decorator ||= SectionDecorator.new(self) end |