Sha256: ca008ce61693fbd4b32f5b0b4f3b54117c289f56cb970e73ee5a71a9759b2546

Contents?: true

Size: 478 Bytes

Versions: 2

Compression:

Stored size: 478 Bytes

Contents

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

          property :id, 
                   type: Integer

          property :application_id,
                   type: Integer

          property :user_id,
                   type: Integer

          property :default_contact_info_id,
                   type: Integer

        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
openstax_accounts-0.3.0 app/representers/openstax/accounts/api/v1/application_user_representer.rb
openstax_accounts-0.3 app/representers/openstax/accounts/api/v1/application_user_representer.rb