struct Scryfall::Set

Included Modules

Defined in:

scryfall/models/set.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def arena_code : String | Nil #

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

[View source]
def block : String | Nil #

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

[View source]
def block_code : String | Nil #

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

[View source]
def card_count : Int32 #

[View source]
def card_count=(card_count : Int32) #

[View source]
def code : String #

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

[View source]
def digital : Bool #

[View source]
def digital=(digital : Bool) #

[View source]
def foil_only : Bool #

[View source]
def foil_only=(foil_only : Bool) #

[View source]
def icon_svg_uri : String #

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

[View source]
def id : UUID #

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

[View source]
def mtgo_code : String | Nil #

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

[View source]
def name : String #

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

[View source]
def nonfoil_only : Bool #

[View source]
def nonfoil_only=(nonfoil_only : Bool) #

[View source]
def object : String #

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

[View source]
def parent_set_code : String | Nil #

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

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

[View source]
def printed_size : Int32 | Nil #

[View source]
def printed_size=(printed_size : Int32 | Nil) #

[View source]
def released_at : String | Nil #

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

[View source]
def scryfall_uri : String #

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

[View source]
def search_uri : String #

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

[View source]
def set_type : String #

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

[View source]
def tcgplayer_id : Int32 | Nil #

[View source]
def tcgplayer_id=(tcgplayer_id : Int32 | Nil) #

[View source]
def uri : String #

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

[View source]