Class: RShade::Formatter::File
Constant Summary collapse
- FILE_NAME =
'stacktrace.json'.freeze
Instance Attribute Summary collapse
-
#formatter ⇒ Object
readonly
Returns the value of attribute formatter.
Instance Method Summary collapse
- #call(event_store) ⇒ Object
-
#initialize(args = {}) ⇒ File
constructor
A new instance of File.
- #write_to_file(data) ⇒ Object
Constructor Details
Instance Attribute Details
#formatter ⇒ Object (readonly)
Returns the value of attribute formatter.
4 5 6 |
# File 'lib/rshade/formatter/file.rb', line 4 def formatter @formatter end |