Sha256: 64514245f3a4d626777df02fc1320e6d76cab6ef3b6efc4ff20971ebec4359fa
Contents?: true
Size: 411 Bytes
Versions: 2
Compression:
Stored size: 411 Bytes
Contents
module OpenStax module Accounts module Api module V1 class ContactInfoRepresenter < Roar::Decorator include Roar::Representer::JSON property :id, type: Integer property :type, type: String property :value, type: String property :verified 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/contact_info_representer.rb |
openstax_accounts-0.3 | app/representers/openstax/accounts/api/v1/contact_info_representer.rb |