module RuneterraCards
The top-level module for runeterra_cards
.
Some of the most useful classes are {CardSet} and {Metadata}.
You might also want to check out the {file:doc/README.md} and the {file:doc/CHANGELOG.md}.
@todo could be more obvious what's wrong when you call == on the wrong class e.g. a number
Constants
- FACTION_IDENTIFIERS_FROM_INT
An map from integer faction identifiers to their two-letter identifiers @example
FACTION_IDENTIFIERS_FROM_INT[2] #=> "IO"
@return [Hash<Fixnum,String>]
- FACTION_INTS_FROM_IDENTIFIER
A map from two-letter Faction identifiers to their integer identifiers @example
FACTION_INTS_FROM_IDENTIFIER["IO"] #=> 2
@return [Hash<String,Fixnum>]
- SUPPORTED_VERSION
The version of deck encoding supported
- VERSION
The version of this library