Sha256: 8a7c32a53c07f68b67e00ecadbd03cb92e0e6118e1a1ac4b7bffc07b62b89c7d
Contents?: true
Size: 510 Bytes
Versions: 17
Compression:
Stored size: 510 Bytes
Contents
module OpenStax module Accounts module Api module V1 class ApplicationGroupsRepresenter < Roar::Decorator # This representer is used to communicate with Accounts # and so must allow read/write on all properties # Do not use it in create/update APIs! include Representable::JSON::Collection items class: OpenStax::Accounts::ApplicationGroup, decorator: ApplicationGroupRepresenter end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems