Module: Ougai::Formatters::ForJson
Overview
The features for JSON formatter
Instance Attribute Summary collapse
-
#jsonize ⇒ Object
Returns the value of attribute jsonize.
-
#with_newline ⇒ Object
Returns the value of attribute with_newline.
Instance Attribute Details
#jsonize ⇒ Object
Returns the value of attribute jsonize.
8 9 10 |
# File 'lib/ougai/formatters/for_json.rb', line 8 def jsonize @jsonize end |
#with_newline ⇒ Object
Returns the value of attribute with_newline.
8 9 10 |
# File 'lib/ougai/formatters/for_json.rb', line 8 def with_newline @with_newline end |