Class: Mastercard::Masterpass::RequestTokenResponse
- Inherits:
-
AccessTokenResponse
- Object
- AccessTokenResponse
- Mastercard::Masterpass::RequestTokenResponse
- Defined in:
- lib/mastercard_masterpass_api/request_token_response.rb
Instance Attribute Summary collapse
-
#oauth_callback_confirmed ⇒ Object
Returns the value of attribute oauth_callback_confirmed.
-
#oauth_expires_in ⇒ Object
Returns the value of attribute oauth_expires_in.
-
#oauth_token ⇒ Object
Returns the value of attribute oauth_token.
-
#oauth_token_secret ⇒ Object
Returns the value of attribute oauth_token_secret.
-
#xoauth_request_auth_url ⇒ Object
Returns the value of attribute xoauth_request_auth_url.
Instance Attribute Details
#oauth_callback_confirmed ⇒ Object
Returns the value of attribute oauth_callback_confirmed.
4 5 6 |
# File 'lib/mastercard_masterpass_api/request_token_response.rb', line 4 def oauth_callback_confirmed @oauth_callback_confirmed end |
#oauth_expires_in ⇒ Object
Returns the value of attribute oauth_expires_in.
4 5 6 |
# File 'lib/mastercard_masterpass_api/request_token_response.rb', line 4 def oauth_expires_in @oauth_expires_in end |
#oauth_token ⇒ Object
Returns the value of attribute oauth_token.
4 5 6 |
# File 'lib/mastercard_masterpass_api/request_token_response.rb', line 4 def oauth_token @oauth_token end |
#oauth_token_secret ⇒ Object
Returns the value of attribute oauth_token_secret.
4 5 6 |
# File 'lib/mastercard_masterpass_api/request_token_response.rb', line 4 def oauth_token_secret @oauth_token_secret end |
#xoauth_request_auth_url ⇒ Object
Returns the value of attribute xoauth_request_auth_url.
4 5 6 |
# File 'lib/mastercard_masterpass_api/request_token_response.rb', line 4 def xoauth_request_auth_url @xoauth_request_auth_url end |