module Mtg::Models::Helper
Direct including types
Defined in:
mtg-models/helper.crInstance Method Summary
- 
        #fetch_scryfall_data_local_file(uri, dir) : String
        
          Use existing file if present, otherwise download from scryfall. 
- #scryfall_all_cards(dir = "./tmp")
- #scryfall_bulk
Instance Method Detail
        
        def fetch_scryfall_data_local_file(uri, dir) : String
        #
      
      
        Use existing file if present, otherwise download from scryfall. Will return path to the data file.