Class: PayPal::Permissions::PersonalData
- Defined in:
- lib/paypal/permissions/personal_data.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#token ⇒ Object
Returns the value of attribute token.
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Methods included from Common::Base
#after_initialize, #build_datetime, #build_value, #camelize, #hash_keys, #initialize, #request, #to_hash, #to_json, #underscore
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback.
6 7 8 |
# File 'lib/paypal/permissions/personal_data.rb', line 6 def callback @callback end |
#scope ⇒ Object
Returns the value of attribute scope.
5 6 7 |
# File 'lib/paypal/permissions/personal_data.rb', line 5 def scope @scope end |
#token ⇒ Object
Returns the value of attribute token.
4 5 6 |
# File 'lib/paypal/permissions/personal_data.rb', line 4 def token @token end |