Class: WCC::Arena::ProfileMember
- Inherits:
-
Object
- Object
- WCC::Arena::ProfileMember
- Includes:
- Mappers::XML
- Defined in:
- lib/wcc/arena/profile_member.rb
Instance Attribute Summary
Attributes included from Mappers::XML
Instance Method Summary collapse
Methods included from Mappers::XML
#[], #attributes, #cast_attribute, included, #initialize, #inspect, #load_attribute
Instance Method Details
#person ⇒ Object
11 12 13 |
# File 'lib/wcc/arena/profile_member.rb', line 11 def person @person ||= SinglePersonQuery.new(person_id: person_id).() end |