enum Mtg::Deck::Format
  
  Defined in:
mtg/deck/format.crEnum Members
- 
        None = 
0 - 
        Casual = 
1 - 
        Standard = 
2 - 
        Future = 
3 - 
        Historic = 
4 - 
        Gladiator = 
5 - 
        Pioneer = 
6 - 
        Modern = 
7 - 
        Legacy = 
8 - 
        Pauper = 
9 - 
        Vintage = 
10 - 
        Penny = 
11 - 
        Commander = 
12 - 
        Brawl = 
13 - 
        Duel = 
14 - 
        Oldschool = 
15 - 
        Premodern = 
16 
Constructors
Instance Method Summary
- #brawl?
 - #casual?
 - #commander?
 - #duel?
 - #future?
 - #gladiator?
 - #historic?
 - #legacy?
 - #modern?
 - #none?
 - #oldschool?
 - #pauper?
 - #penny?
 - #pioneer?
 - #premodern?
 - #standard?
 - #vintage?