Sha256: b31e31d79d664bec3ff0be99b19e6c38ec3fd6f295634c50bdc7e372629f45d6
Contents?: true
Size: 491 Bytes
Versions: 33
Compression:
Stored size: 491 Bytes
Contents
module Youtypeitwepostit class Message include Virtus.model attribute :id, Integer attribute :text, String attribute :date_posted, String end class MessageMapper < Yaks::Mapper link :self, 'http://www.youtypeitwepostit.com/api/{id}' link :profile, 'http://www.youtypeitwepostit.com/profiles/message' attributes :text, :date_posted end class CollectionMapper < Yaks::CollectionMapper link :self, 'http://www.youtypeitwepostit.com/api/' end end
Version data entries
33 entries across 33 versions & 2 rubygems