Class: WCC::Arena::Profile
- Inherits:
-
Object
- Object
- WCC::Arena::Profile
show all
- Includes:
- Mappers::XML
- Defined in:
- lib/wcc/arena/profile.rb
Instance Attribute Summary
Attributes included from Mappers::XML
#document
Instance Method Summary
collapse
#[], #attributes, #cast_attribute, included, #initialize, #inspect, #load_attribute
Instance Method Details
#children ⇒ Object
26
27
28
|
# File 'lib/wcc/arena/profile.rb', line 26
def children
@children ||= ProfileQuery.new(parent_profile_id: id).()
end
|
#members ⇒ Object
30
31
32
|
# File 'lib/wcc/arena/profile.rb', line 30
def members
@members ||= ProfileMemberQuery.new(profile_id: id).()
end
|