hostelify 0.3.8 → 0.3.9
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/hostelify.gemspec +1 -1
- data/lib/hostelify/hostel.rb +1 -1
- metadata +1 -1
data/Rakefile
CHANGED
data/hostelify.gemspec
CHANGED
data/lib/hostelify/hostel.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
class Hostelify
|
2
2
|
attr_accessor :hostel_id, :name, :address, :description, :facilities, :ratings, :directions, :geo, :images, :video, :availability
|
3
|
-
attr_accessor :rating, :dorm, :single, :unavailable
|
3
|
+
attr_accessor :rating, :dorm, :single, :unavailable, :type
|
4
4
|
|
5
5
|
def initialize(options = {})
|
6
6
|
options.each {
|