struct Moxfield::Types::CardFace

Included Modules

Defined in:

moxfield/models/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def color_indicator : Array(String) #

[View source]
def color_indicator=(color_indicator : Array(String)) #

[View source]
def colors : Array(String) #

[View source]
def colors=(colors : Array(String)) #

[View source]
def flavor_text : String | Nil #

[View source]
def flavor_text=(flavor_text : String | Nil) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def mana_cost : String #

[View source]
def mana_cost=(mana_cost : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def oracle_text : String #

[View source]
def oracle_text=(oracle_text : String) #

[View source]
def type_line : String #

[View source]
def type_line=(type_line : String) #

[View source]