access 2.0.8 → 2.0.9

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: 61c7b4a59e92a5803d0e73746754464075f77c63
4
- data.tar.gz: af05566550940c2db501b29946731cb83c91f13c
3
+ metadata.gz: df230957c834262d01f6f2074ab67c7071d30a7d
4
+ data.tar.gz: 98754c3f9b28d8aa6b9d3a3f0e55f32c0130a98c
5
5
  SHA512:
6
- metadata.gz: 76950ab3a072e9574ec4d3c9e9c6367bae791416867d337058237319aaf03e06630fb6555613964f7347f60d212e70f049e554377d3001d2f554051a3b2f38bf
7
- data.tar.gz: d2ff41524c23bca699a86055274bc94b9e515012d09c0faac149fe0e40d416682bdfe59f76c4229b9db77cb338cbd2d526cc5091379ea8a0401d0f011f7ec0d3
6
+ metadata.gz: 7e56ba6ee9d7d25603324fec516b7bb5905f66ff39870a272030240e32e2873736ab28d84831587029f3c5cfe7d6a2097a5a76b9f451dd6d1a7bf9a3928fc41e
7
+ data.tar.gz: ed1b311d5f97cd6f830bd6f32059e32c3c04e59553c26570aa807cc33c893082af40267978f06b1fd2a6dd420144336a2ed95eed3a2b8866c8d04b3d3baf8f11
@@ -1,7 +1,7 @@
1
1
  module Access
2
2
  class Response
3
3
 
4
- attr_accessor :info, :offers, :stores, :locations, :categories, :suggestions, :oauth_applications, :access_tokens, :oauth_tokens, :oauth_token, :verify, :reports, :members, :filters, :links, :dev_node, :message, :status, :success, :error, :response_status, :content_type, :redemption_method, :details, :oauth_access_token, :api_calls_over_time, :member_query_terms, :member_postal_codes, :offer_count_in_categories, :offer_count_by_redemption_method, :offer_count_by_facet, :custom_aggregation, :internal_details, :users, :response
4
+ attr_accessor :info, :offers, :stores, :locations, :categories, :suggestions, :oauth_applications, :access_tokens, :oauth_tokens, :oauth_token, :verify, :reports, :members, :filters, :links, :dev_node, :message, :status, :success, :error, :response_status, :content_type, :redemption_method, :details, :oauth_access_token, :api_calls_over_time, :member_usage, :offer_count_in_categories, :offer_count_by_redemption_method, :offer_count_by_facet, :custom_aggregation, :internal_details, :users, :response
5
5
 
6
6
  def initialize(response)
7
7
  @response = response # Setting this temporarily so i can have a working member reg call, since it doesn't follow the resource [] best practices
@@ -1,4 +1,4 @@
1
1
  module Access
2
- VERSION = "2.0.8"
2
+ VERSION = "2.0.9"
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.0.8
4
+ version: 2.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett