Module: Saorin::Formatter
- Included in:
- Client::Base, Server::Base
- Defined in:
- lib/saorin/formatter.rb
Instance Method Summary collapse
Instance Method Details
#default_formatter ⇒ Object
3 4 5 |
# File 'lib/saorin/formatter.rb', line 3 def default_formatter MultiJson end |
#formatter ⇒ Object
7 8 9 |
# File 'lib/saorin/formatter.rb', line 7 def formatter @formatter ||= (@options[:formatter] || default_formatter) end |