Module: GenesisRuby::Utils::Formatters::Response

Included in:
Loader
Defined in:
lib/genesis_ruby/utils/formatters/response/definitions.rb,
lib/genesis_ruby/utils/formatters/response/loader.rb,
lib/genesis_ruby/utils/formatters/response/formats/amount.rb,
lib/genesis_ruby/utils/formatters/response/formats/timestamp.rb

Overview

Definition of all available Response Formatters

Defined Under Namespace

Modules: Formats Classes: Loader

Instance Method Summary collapse

Instance Method Details

#available_formattersObject

Array of string of all available Response Formatters



13
14
15
16
17
18
# File 'lib/genesis_ruby/utils/formatters/response/definitions.rb', line 13

def available_formatters
  [
    GenesisRuby::Utils::Formatters::Response::Formats::Amount,
    GenesisRuby::Utils::Formatters::Response::Formats::Timestamp
  ]
end