Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
scryfall
v0.3.0
Catalog
Scryfall
Api
Error
ConnectionLost
Options
Card
CardFace
CardList
RelatedCard
Search
SearchParams
Set
SetList
URI
Built with Crystal 1.9.2
2023-10-08 05:49:54 UTC
struct
Scryfall::RelatedCard
Scryfall::RelatedCard
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
scryfall/models/related_card.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#id
: UUID
#id=
(id : UUID)
#name
: String
#name=
(name : String)
#uri
: URI
#uri=
(uri : URI)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
id
: UUID
#
[
View source
]
def
id=
(id : UUID)
#
[
View source
]
def
name
: String
#
[
View source
]
def
name=
(name : String)
#
[
View source
]
def
uri
:
URI
#
[
View source
]
def
uri=
(uri :
URI
)
#
[
View source
]