module Representable::Hash::ClassMethods

Public Instance Methods

collection_representer_class() click to toggle source
# File lib/representable/hash.rb, line 25
def collection_representer_class
  Collection
end
format_engine() click to toggle source
# File lib/representable/hash.rb, line 21
def format_engine
  Representable::Hash
end