app/representers/openstax/accounts/api/v1/account_representer.rb in openstax_accounts-3.1.1 vs app/representers/openstax/accounts/api/v1/account_representer.rb in openstax_accounts-4.0.0

- old
+ new

@@ -1,4 +1,9 @@ +# A representer for Accounts +# +# This representer can be used directly or subclassed for an object that delegates +# openstax_uid, username, first_name, last_name, full_name and title to an account + module OpenStax module Accounts module Api module V1 class AccountRepresenter < Roar::Decorator