Class: QuickTravel::PropertyType

Inherits:
Adapter
  • Object
show all
Defined in:
lib/quick_travel/mock.rb,
lib/quick_travel/property_type.rb

Class Method Summary collapse

Methods inherited from Adapter

belongs_to, create, find, has_many, #to_s, update

Methods included from InitFromHash

#define_readers, #initialize, #to_hash

Class Method Details

.allObject



35
36
37
# File 'lib/quick_travel/mock.rb', line 35

def self.all
  [new, new]
end