Class: GlimmerKlondikeSolitaire::View::FoundationPile
- Inherits:
-
Object
- Object
- GlimmerKlondikeSolitaire::View::FoundationPile
- Includes:
- Glimmer::UI::CustomShape
- Defined in:
- app/glimmer_klondike_solitaire/view/foundation_pile.rb
Instance Attribute Summary collapse
-
#current_image ⇒ Object
Returns the value of attribute current_image.
-
#model ⇒ Object
Returns the value of attribute model.
Instance Attribute Details
#current_image ⇒ Object
Returns the value of attribute current_image.
11 12 13 |
# File 'app/glimmer_klondike_solitaire/view/foundation_pile.rb', line 11 def current_image @current_image end |
#model ⇒ Object
Returns the value of attribute model.
11 12 13 |
# File 'app/glimmer_klondike_solitaire/view/foundation_pile.rb', line 11 def model @model end |