Class: PayPal::Permissions::Response::Token
- Inherits:
-
Object
- Object
- PayPal::Permissions::Response::Token
- Includes:
- Common::Response
- Defined in:
- lib/paypal/permissions/response/token.rb
Instance Attribute Summary collapse
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#token ⇒ Object
Returns the value of attribute token.
-
#token_secret ⇒ Object
Returns the value of attribute token_secret.
Attributes included from Common::Response
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
#scope ⇒ Object
Returns the value of attribute scope.
5 6 7 |
# File 'lib/paypal/permissions/response/token.rb', line 5 def scope @scope end |
#token ⇒ Object
Returns the value of attribute token.
6 7 8 |
# File 'lib/paypal/permissions/response/token.rb', line 6 def token @token end |
#token_secret ⇒ Object
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 |