class Catalog

Included Modules

Defined in:

scryfall/models/catalog.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def data : Array(String) #

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

[View source]
def object : String #

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

[View source]
def total_values : Int32 #

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

[View source]
def uri : String #

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

[View source]