Class: Stoplight::Infrastructure::Notifier::IO
- Inherits:
-
Object
- Object
- Stoplight::Infrastructure::Notifier::IO
show all
- Includes:
- Generic
- Defined in:
- lib/stoplight/infrastructure/notifier/io.rb
Overview
Constant Summary
Constants included
from Generic
Generic::DEFAULT_FORMATTER
Instance Attribute Summary
Attributes included from Generic
#formatter
Instance Method Summary
collapse
Methods included from Generic
#initialize, #notify
Instance Method Details
#io ⇒ Object
10
11
12
|
# File 'lib/stoplight/infrastructure/notifier/io.rb', line 10
def io
@object
end
|