Sha256: c484bb66f22865da17a994e7226d818f080345a48329a2803234abb52081758d
Contents?: true
Size: 216 Bytes
Versions: 1
Compression:
Stored size: 216 Bytes
Contents
# frozen_string_literal: true class UserRepresenter < Grape::Roar::Decorator include Roar::JSON include Roar::Hypermedia property :name property :id link :self do "/user/#{represented.id}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grape-roar-0.4.1 | spec/support/all/user_representer.rb |