Class: DotkaM::Raw

Inherits:
Object
  • Object
show all
Defined in:
lib/dotka/raw.rb

Direct Known Subclasses

GameMode, Hero, Item, Lobby, Match, Player, Region

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(raw) ⇒ Raw

Returns a new instance of Raw.



7
8
9
# File 'lib/dotka/raw.rb', line 7

def initialize raw
	@raw = raw
end

Instance Attribute Details

#rawObject

Returns the value of attribute raw.



5
6
7
# File 'lib/dotka/raw.rb', line 5

def raw
  @raw
end