Class: Card::Purchaseable
Instance Attribute Summary collapse
-
#rune_cost ⇒ Object
Returns the value of attribute rune_cost.
Attributes inherited from Base
Attributes included from HonorEarned
Instance Method Summary collapse
Methods inherited from Base
#apply_abilities, #apply_triggers, #basic_card?, #construct?, #hero?, #hydrated, #monster?, #to_s
Instance Attribute Details
#rune_cost ⇒ Object
Returns the value of attribute rune_cost.
78 79 80 |
# File 'lib/ascension/card.rb', line 78 def rune_cost @rune_cost end |
Instance Method Details
#mechana? ⇒ Boolean
79 80 81 |
# File 'lib/ascension/card.rb', line 79 def mechana? realm == :mechana end |