getyourguide 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 19307fe44acbf6f58e872f7e1fb79b3e5236d7d9
4
- data.tar.gz: 8224fb8205137f411a3ed2173626696301e4f657
3
+ metadata.gz: 4fc1a39982265d8fe8349feafe1aa800a59fd6af
4
+ data.tar.gz: e03b9c7c0eb7b1081f96a3b1f722c4a1b0be73e2
5
5
  SHA512:
6
- metadata.gz: f0c67f4741fac95c39686a5cfd711cc6981724d70a8af0dd5ef2f0c1b156ee45b6a23054e960d899fc50205af0d6afc451766e717f60cdaf38b561fb5aaa267b
7
- data.tar.gz: 7ad17bb76296d86058aa0072357fb9b7e4e436f3d4081eebc39c07d61057cb4d86f04e0bdc30f66a1fe09fd23fe2ee993ef6759883a4b5ec2821ff758355a923
6
+ metadata.gz: 5221ad61682b939696e7f3341100cde06858940febad8869c062187662315ea94a7ea6750a6dfc50856dab932e5a37013cf01a7b19fa913051dc09dd4e5f240d
7
+ data.tar.gz: 675190fc47c2505d8cc6ebb96dbd4446ffc032563cca9b6251c08b60a2326a25a4915a0c46962584567fc5f972764f4f89bf9a1ad600727b9b7def3d5eb9177c
@@ -1,14 +1,14 @@
1
1
  module GetYourGuide
2
2
  module Models
3
3
  class Activity
4
- attr_accessor :provider_id, :title, :abstract, :categories, :destinations, :starting_point, :indivative_price, :rating, :pictures
4
+ attr_accessor :provider_id, :title, :abstract, :categories, :locations, :starting_point, :indivative_price, :rating, :pictures
5
5
 
6
6
  def initialize(attributes)
7
7
  @provider_id = attributes[:provider_id]
8
8
  @title = attributes[:title]
9
9
  @abstract = attributes[:abstract]
10
10
  @categories = attributes[:categories]
11
- @destinations = attributes[:destinations]
11
+ @locations = attributes[:locations]
12
12
  @starting_point = attributes[:starting_point]
13
13
  @indivative_price = attributes[:indivative_price]
14
14
  @rating = attributes[:rating]
@@ -1,3 +1,3 @@
1
1
  module GetYourGuide
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: getyourguide
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rémi Delhaye