listingcheck_api 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/listingcheck_api.rb +3 -1
- data/lib/listingcheck_api/version.rb +1 -1
- metadata +2 -2
data/lib/listingcheck_api.rb
CHANGED
@@ -31,10 +31,12 @@ module ListingcheckApi
|
|
31
31
|
|
32
32
|
property :rating
|
33
33
|
property :reviews_count
|
34
|
-
property :
|
34
|
+
property :checkins_count
|
35
35
|
property :likes_count
|
36
36
|
property :talking_about_count
|
37
37
|
property :were_here_count
|
38
|
+
|
39
|
+
property :claimed
|
38
40
|
end
|
39
41
|
|
40
42
|
class Place < APISmith::Smash
|