Method: Access::VerifyResponse#process_data
- Defined in:
- lib/access/response.rb
#process_data ⇒ Object
134 135 136 137 138 139 140 |
# File 'lib/access/response.rb', line 134 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 |