Class: PayPal::Permissions::Response::Token

Inherits:
Object
  • Object
show all
Includes:
Common::Response
Defined in:
lib/paypal/permissions/response/token.rb

Instance Attribute Summary collapse

Attributes included from Common::Response

#error, #response_envelope

Method Summary

Methods included from Common::Response

#errors, #set_error, #set_response_envelope, #success?, #valid?

Methods included from Common::Base

#after_initialize, #build_datetime, #build_value, #camelize, #hash_keys, #initialize, #request, #to_hash, #to_json, #underscore

Instance Attribute Details

#scopeObject

Returns the value of attribute scope.



5
6
7
# File 'lib/paypal/permissions/response/token.rb', line 5

def scope
  @scope
end

#tokenObject

Returns the value of attribute token.



6
7
8
# File 'lib/paypal/permissions/response/token.rb', line 6

def token
  @token
end

#token_secretObject

Returns the value of attribute token_secret.



7
8
9
# File 'lib/paypal/permissions/response/token.rb', line 7

def token_secret
  @token_secret
end