Sha256: 7e901ecc166024188416508eeafd8ffcadb3305d5d8a9fe24408574e5b4471e3

Contents?: true

Size: 349 Bytes

Versions: 6

Compression:

Stored size: 349 Bytes

Contents

module OpenStax
  module Accounts
    module Api
      module V1
        class GroupNestingRepresenter < Roar::Decorator
          include Roar::Representer::JSON

          property :container_group_id,
                   type: Integer

          property :member_group_id,
                   type: Integer

        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openstax_accounts-4.1.1 app/representers/openstax/accounts/api/v1/group_nesting_representer.rb
openstax_accounts-4.1.0 app/representers/openstax/accounts/api/v1/group_nesting_representer.rb
openstax_accounts-4.0.0 app/representers/openstax/accounts/api/v1/group_nesting_representer.rb
openstax_accounts-3.1.1 app/representers/openstax/accounts/api/v1/group_nesting_representer.rb
openstax_accounts-3.1.0 app/representers/openstax/accounts/api/v1/group_nesting_representer.rb
openstax_accounts-3.0.0 app/representers/openstax/accounts/api/v1/group_nesting_representer.rb