Class: Berbix::HostedTransactionResponse
- Inherits:
-
Object
- Object
- Berbix::HostedTransactionResponse
- Defined in:
- lib/berbix.rb
Instance Attribute Summary collapse
-
#hosted_url ⇒ Object
readonly
Returns the value of attribute hosted_url.
-
#tokens ⇒ Object
readonly
Returns the value of attribute tokens.
Instance Method Summary collapse
-
#initialize(tokens, hosted_url) ⇒ HostedTransactionResponse
constructor
A new instance of HostedTransactionResponse.
Constructor Details
#initialize(tokens, hosted_url) ⇒ HostedTransactionResponse
Returns a new instance of HostedTransactionResponse.
90 91 92 93 |
# File 'lib/berbix.rb', line 90 def initialize(tokens, hosted_url) @tokens = tokens @hosted_url = hosted_url end |
Instance Attribute Details
#hosted_url ⇒ Object (readonly)
Returns the value of attribute hosted_url.
88 89 90 |
# File 'lib/berbix.rb', line 88 def hosted_url @hosted_url end |
#tokens ⇒ Object (readonly)
Returns the value of attribute tokens.
88 89 90 |
# File 'lib/berbix.rb', line 88 def tokens @tokens end |