struct Scryfall::RelatedCard

Included Modules

Defined in:

scryfall/models/related_card.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def component : String #

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

[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 type_line : String #

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

[View source]
def uri : URI #

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

[View source]