module Scryfall::Search
Extended Modules
Defined in:
scryfall/search.crConstant Summary
-
COLOR_SEARCH_MODES =
{"Exactly these colors" => "=", "Including these colors" => ">=", "At most these colors" => "<="}
Instance Method Summary
-
#search(data : SearchParams) : Scryfall::CardList
Perform a scryfall search
-
#search_string(data : SearchParams) : String
Convert search NamedTuple to a search string