apidae 1.4.10 → 1.4.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/apidae/apidae_data_parser.rb +1 -0
- data/app/models/apidae/obj.rb +2 -1
- data/config/initializers/constants.rb +1 -1
- data/lib/apidae/version.rb +1 -1
- data/test/dummy/log/development.log +1730 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b0daed3719198277bd91c55c4e05213e2e2e31d3a17feb246dff531669d665d
|
4
|
+
data.tar.gz: 6bffffe19d0a345700eb272527157730136f37a1cd208ce036c5d584a24121fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e66269351aba8a561bf113637f46bdad5dab2e9924dc5f106d864077f1a555f45d494bb978f7d9843736cfb96908d4e3ffef690184e0978eeaf28af475b23b42
|
7
|
+
data.tar.gz: '08d0be8203a1ffe046a23bbe0f441f62466c17460da3b10cae711e17b71d52ec2ab90503de91976f31ee3868249d60efd5a898f80b7126420137d1b616162118'
|
data/app/models/apidae/obj.rb
CHANGED
@@ -18,7 +18,8 @@ module Apidae
|
|
18
18
|
store_accessor :type_data, :categories, :themes, :capacity, :classification, :classification_date,
|
19
19
|
:classification_ref, :labels, :chains, :area, :track, :tricky_sections, :products, :audience, :animals,
|
20
20
|
:animals_desc, :extra, :duration, :certifications, :business, :business_equipments, :business_rooms
|
21
|
-
store_accessor :entity_data, :entity_id, :entity_name, :info_entity_id, :info_entity_name, :service_provider_id,
|
21
|
+
store_accessor :entity_data, :entity_id, :entity_name, :info_entity_id, :info_entity_name, :service_provider_id,
|
22
|
+
:is_service_provider, :service_provider_certifications, :legal
|
22
23
|
store_accessor :contact_data, :telephone, :email, :website, :google, :facebook, :twitter, :yelp, :trip_advisor, :fax,
|
23
24
|
:mobile_website, :shorty_url, :instagram, :contacts
|
24
25
|
store_accessor :location_data, :address, :place, :latitude, :longitude, :access, :territories, :environments, :altitude, :map_reference
|
@@ -32,5 +32,5 @@ module Apidae
|
|
32
32
|
:google, :facebook, :twitter, :yelp, :trip_advisor, :fax, :mobile_website, :shorty_url, :instagram,
|
33
33
|
:openings, :openings_extra, :rates, :services, :payment_methods, :categories, :themes,
|
34
34
|
:labels, :chains, :classification, :challenged, :environments, :languages, :products,
|
35
|
-
:animals, :equipments, :comfort, :activities, :promo, :internal, :linked]
|
35
|
+
:animals, :equipments, :comfort, :activities, :promo, :internal, :linked, :service_provider_certifications]
|
36
36
|
end
|
data/lib/apidae/version.rb
CHANGED