access 2.1.3 → 2.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71db8d9207f71736ae2b5fa668a855d10eee4d5c
4
- data.tar.gz: 7910f148aec5e47cf517eabbe14808a44c79a6a6
3
+ metadata.gz: 73dae6ba48782ac182c803faf3b32946e5ccf347
4
+ data.tar.gz: f4acbf76316afa454ca78bbcf261f901f5502840
5
5
  SHA512:
6
- metadata.gz: 09ac9967dd80be96b4858ea24ecb7ecc3e5466134cba64cb45069cb00907b7ab8fd20aa39fc2505632d561a0d15f07a1e7c00919e797633761ed9d780a1a7890
7
- data.tar.gz: 0c6a40a7ada08d4cf3012f036275a5eedd822aef6dcf5a6f5d29b30da5f8bf2273558f2206d5a924dfd7870f014c4414be9da3a20aa7d77eb867f855295dfe10
6
+ metadata.gz: 42336dfd090bab3ea414711d0599f82c19c8760d4998244979b25f2110c8ef976996768039d078e9f86feaa3fb1aedb04dd50febe05d1ffd744c700f128dfe35
7
+ data.tar.gz: e872178071446e9862493a7a7646bdde6cc02f693a22671acbdc12f7c65887d84415b34cfb75f010dddcfc80fc877f80082b75f92ba0af47a9d84163eeb39061
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- access (2.1.3)
4
+ access (2.1.4)
5
5
  hashie (~> 3.3.1)
6
6
  httparty (~> 0.13.3)
7
7
 
@@ -22,7 +22,7 @@ module Access
22
22
  #amt
23
23
  attr_reader :data
24
24
  #hotel
25
- attr_reader :hotels
25
+ attr_reader :hotels, :aggregations
26
26
 
27
27
  def initialize(response)
28
28
  @response = response # Setting this temporarily so i can have a working member reg call, since it doesn't follow the resource [] best practices
@@ -75,6 +75,7 @@ module Access
75
75
  def process_data
76
76
  (@hotels = []; create_error) if @message
77
77
  @hotels = Access::Hotel.process_batch(@hotels) if @hotels
78
+ @aggregations = Access::Hotel.process_batch(@aggregations) if @aggregations
78
79
  end
79
80
  end
80
81
 
@@ -1,4 +1,4 @@
1
1
  module Access
2
- VERSION = "2.1.3"
2
+ VERSION = "2.1.4"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: access
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-02-27 00:00:00.000000000 Z
13
+ date: 2017-02-28 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler