Class: Fcoin::BaseFormatter

Inherits:
Object
  • Object
show all
Defined in:
lib/fcoin/formatter/base_formatter.rb

Direct Known Subclasses

DepthFormatter, TickerFormatter

Instance Method Summary collapse

Instance Method Details

#formatted_bodyObject

This method is abstract.

Subclass and override #fromatted_body to implement



4
5
6
# File 'lib/fcoin/formatter/base_formatter.rb', line 4

def formatted_body
  raise 'Please be implemented in inheriting.'
end