lib/api/person.rb in shelby-arena-api-0.2.0 vs lib/api/person.rb in shelby-arena-api-0.2.1

- old
+ new

@@ -1,7 +1,8 @@ module ShelbyArena class Person < ApiObject + attribute :addresses, Array[Address] attribute :campus_id, Integer attribute :campus_name, String attribute :family_id, Integer attribute :family_member_role_id, Integer