module Representable::Hash::ClassMethods

Public Instance Methods

collection_representer_class() click to toggle source
# File lib/representable/hash.rb, line 19
def collection_representer_class
  Collection
end