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

Version Path
openstax_accounts-8.1.1 app/representers/openstax/accounts/api/v1/application_groups_representer.rb
openstax_accounts-8.1.0 app/representers/openstax/accounts/api/v1/application_groups_representer.rb
openstax_accounts-8.0.1 app/representers/openstax/accounts/api/v1/application_groups_representer.rb
openstax_accounts-8.0.0 app/representers/openstax/accounts/api/v1/application_groups_representer.rb
openstax_accounts-7.13.1 app/representers/openstax/accounts/api/v1/application_groups_representer.rb
openstax_accounts-7.13.0 app/representers/openstax/accounts/api/v1/application_groups_representer.rb
openstax_accounts-7.12.0 app/representers/openstax/accounts/api/v1/application_groups_representer.rb
openstax_accounts-7.11.0 app/representers/openstax/accounts/api/v1/application_groups_representer.rb
openstax_accounts-7.10.0 app/representers/openstax/accounts/api/v1/application_groups_representer.rb
openstax_accounts-7.9.0 app/representers/openstax/accounts/api/v1/application_groups_representer.rb
openstax_accounts-7.8.0 app/representers/openstax/accounts/api/v1/application_groups_representer.rb
openstax_accounts-7.7.0 app/representers/openstax/accounts/api/v1/application_groups_representer.rb
openstax_accounts-7.6.0 app/representers/openstax/accounts/api/v1/application_groups_representer.rb
openstax_accounts-7.5.0 app/representers/openstax/accounts/api/v1/application_groups_representer.rb
openstax_accounts-7.4.0 app/representers/openstax/accounts/api/v1/application_groups_representer.rb
openstax_accounts-7.3.0 app/representers/openstax/accounts/api/v1/application_groups_representer.rb
openstax_accounts-7.2.0 app/representers/openstax/accounts/api/v1/application_groups_representer.rb