Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
mtg
v0.2.6
Mtg
Card
Availability
BorderColor
Color
Condition
DuelDeck
Finishes
FrameEffects
Layout
Location
PromoTypes
Rarity
SecurityStamp
Side
Supertypes
Deck
Format
Type
ForeignData
Language
Keywords
Set
Type
Built with Crystal 1.9.2
2023-10-08 09:01:37 UTC
enum
Mtg::Card::SecurityStamp
Defined in:
mtg/card/security_stamp.cr
Enum Members
Acorn
=
0
Arena
=
1
Heart
=
2
Oval
=
3
Triangle
=
4
Instance Method Summary
#acorn?
#arena?
#heart?
#oval?
#triangle?
Instance Method Detail
def
acorn?
#
[
View source
]
def
arena?
#
[
View source
]
def
heart?
#
[
View source
]
def
oval?
#
[
View source
]
def
triangle?
#
[
View source
]