class MtgApi::Card

represents a card in MtG

Public Instance Methods

set() click to toggle source

the set that this card corresponds to

# File lib/mtg_api/card.rb, line 20
def set
  Set.where(code: @set).first
end