class MtgApi::Set

represents a set in MtG

Public Instance Methods

cards() click to toggle source

the cards that belong to this set

# File lib/mtg_api/set.rb, line 23
def cards
  Card.where(set: code)
end