Class: WCC::Arena::ProfileMember

Inherits:
Object
  • Object
show all
Includes:
Mappers::XML
Defined in:
lib/wcc/arena/profile_member.rb

Instance Attribute Summary

Attributes included from Mappers::XML

#document

Instance Method Summary collapse

Methods included from Mappers::XML

#[], #attributes, #cast_attribute, included, #initialize, #inspect, #load_attribute

Instance Method Details

#personObject



11
12
13
# File 'lib/wcc/arena/profile_member.rb', line 11

def person
  @person ||= SinglePersonQuery.new(person_id: person_id).()
end