Sha256: 200bc22c3098f6c23e536fda6aff2adc3c8ff61c21f3bcc936e3cf1af71be221
Contents?: true
Size: 538 Bytes
Versions: 40
Compression:
Stored size: 538 Bytes
Contents
require 'quick_travel/init_from_hash' module QuickTravel class Search attr_accessor :property_type_id, :property_name, :product, :last_travel_date, :location_id attr_accessor :category # type of search attr_accessor :way # used for one_way or two_way in "getting there search" attr_accessor :route_id # for getting there search attr_accessor :number_of_rooms # required for accommodation search attr_accessor :forward_connection_date, :backward_connection_date include QuickTravel::InitFromHash end end
Version data entries
40 entries across 40 versions & 1 rubygems