Class: Lol::Roster

Inherits:
Model
  • Object
show all
Defined in:
lib/lol/roster.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#raw

Method Summary

Methods inherited from Model

#initialize, #inspect

Constructor Details

This class inherits a constructor from Lol::Model

Instance Attribute Details

#member_listArray



11
12
13
# File 'lib/lol/roster.rb', line 11

def member_list
  @member_list
end

#owner_idFixnum



7
8
9
# File 'lib/lol/roster.rb', line 7

def owner_id
  @owner_id
end