class Fcoin::BaseFormatter

Public Instance Methods

formatted_body() click to toggle source

@abstract Subclass and override {#fromatted_body} to implement

# File lib/fcoin/formatter/base_formatter.rb, line 4
def formatted_body
  raise 'Please be implemented in inheriting.'
end