Class: NagiosAnalyzer::Section

Inherits:
Object
  • Object
show all
Defined in:
lib/nagios_analyzer/section_decorator.rb

Instance Method Summary collapse

Instance Method Details

#decorateObject



6
7
8
# File 'lib/nagios_analyzer/section_decorator.rb', line 6

def decorate
  @decorator ||= SectionDecorator.new(self)
end