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

Constructor Details

This class inherits a constructor from Lol::Model

Instance Attribute Details

#member_listObject

Returns the value of attribute member_list.



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

def member_list
  @member_list
end

#owner_idObject

Returns the value of attribute owner_id.



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

def owner_id
  @owner_id
end