struct Scryfall::BulkData

Included Modules

Defined in:

scryfall/models/bulk_data.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def bulk_type : String #

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

[View source]
def compressed_size : Int32 | Nil #

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

[View source]
def content_encoding : String #

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

[View source]
def content_type : String #

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

[View source]
def description : String #

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

[View source]
def download_uri : URI #

[View source]
def download_uri=(download_uri : URI) #

[View source]
def id : UUID #

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

[View source]
def name : String #

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

[View source]
def object : String #

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

[View source]
def updated_at : String #

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

[View source]
def uri : String #

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

[View source]