enum

Mtg::Card::Finishes

Inherits Enum < Comparable < Value < Object

Constants

Etched = 0
Foil = 1
Nonfoil = 2
Signed = 3

Instance methods

etched?

Returns true if this enum value equals Etched

Source
foil?

Returns true if this enum value equals Foil

Source
nonfoil?

Returns true if this enum value equals Nonfoil

Source
signed?

Returns true if this enum value equals Signed

Source