class Lol::Worlds::Team
- Lol::Worlds::Team
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lol/worlds/team.crConstructors
- .new(name : String, pool : Pool, region : Region)
- .new(name : String, pool : Int, region : Region)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(o : self) : Bool
Returns
true
if this reference is the same as other. - #name : String
- #name=(name : String)
- #pool : Pool
- #pool=(pool : Pool)
- #region : Region
- #region=(region : Region)
Constructor Detail
Instance Method Detail
def ==(o : self) : Bool
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.