Class: VCWine
- Inherits:
-
VinoChipperModel
- Object
- VinoChipperModel
- VCWine
- Defined in:
- lib/models/vcwine.rb
Instance Method Summary collapse
Methods inherited from VinoChipperModel
#initialize, #keys, #method_missing, #respond_to_missing?
Constructor Details
This class inherits a constructor from VinoChipperModel
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class VinoChipperModel
Instance Method Details
#to_s ⇒ Object
4 5 6 |
# File 'lib/models/vcwine.rb', line 4 def to_s "id:'#{id}' name:'#{name}' abv:'#{abv}'" end |