Class: Payoneer::GetTokenResponse
- Inherits:
-
Object
- Object
- Payoneer::GetTokenResponse
- Defined in:
- lib/payoneer/get_token_response.rb
Instance Attribute Summary collapse
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(payload) ⇒ GetTokenResponse
constructor
A new instance of GetTokenResponse.
Constructor Details
#initialize(payload) ⇒ GetTokenResponse
Returns a new instance of GetTokenResponse.
5 6 7 |
# File 'lib/payoneer/get_token_response.rb', line 5 def initialize(payload) @url = payload end |
Instance Attribute Details
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/payoneer/get_token_response.rb', line 3 def url @url end |