Class: Moo::Model::Card
Instance Attribute Summary collapse
-
#details_side ⇒ Object
image and details side.
-
#image_side ⇒ Object
image and details side.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ Card
constructor
A new instance of Card.
Constructor Details
#initialize {|_self| ... } ⇒ Card
Returns a new instance of Card.
7 8 9 |
# File 'lib/moo/model/card.rb', line 7 def initialize yield self if block_given? end |