Class: Card

Inherits:
MingleModel show all
Includes:
Formattable
Defined in:
lib/models/card.rb

Instance Method Summary collapse

Methods included from Formattable

#format

Methods inherited from MingleModel

#get_attribute_value, #get_property_value, #method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class MingleModel

Instance Method Details

#idObject



6
7
8
# File 'lib/models/card.rb', line 6

def id
  self.number
end