Method: Access::VerifyResponse#process_data

Defined in:
lib/access/response.rb

#process_dataObject



110
111
112
113
114
115
116
# File 'lib/access/response.rb', line 110

def process_data
  @oauth_access_token = Access::Verify.new(@oauth_access_token) if @oauth_access_token
  @offers = Access::Verify.new(@offers) if @offers
  @categories = Access::Verify.new(@categories) if @categories
  @locations = Access::Verify.new(@locations) if @locations
  @stores = Access::Verify.new(@stores) if @stores
end