Class: VCWinery

Inherits:
VinoChipperModel show all
Defined in:
lib/models/vcwinery.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_sObject



4
5
6
# File 'lib/models/vcwinery.rb', line 4

def to_s
  "id: #{id} name: #{name}"
end