struct Scryfall::CardFace

Included Modules

Defined in:

scryfall/models/card_face.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def ==(other : self) #

[View source]
def artist : String | Nil #

[View source]
def cmc : Float32 | Nil #

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

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

[View source]
def defense : String | Nil #

[View source]
def flavor_text : String | Nil #

[View source]
def illustration_id : UUID | Nil #

[View source]
def image_uris : Hash(String, URI) | Nil #

[View source]
def loyalty : String | Nil #

[View source]
def mana_cost : String #

[View source]
def name : String #

[View source]
def object : String #

[View source]
def oracle_text : String | Nil #

[View source]
def power : String | Nil #

[View source]
def printed_name : String | Nil #

[View source]
def printed_text : String | Nil #

[View source]
def printed_type_line : String #

[View source]
def toughness : String | Nil #

[View source]
def type_line : String #

[View source]
def watermark : String #

[View source]