module Representable::Hash::ClassMethods

Public Instance Methods

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