Class: Berbix::HostedTransactionResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/berbix.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_urlObject (readonly)

Returns the value of attribute hosted_url.



88
89
90
# File 'lib/berbix.rb', line 88

def hosted_url
  @hosted_url
end

#tokensObject (readonly)

Returns the value of attribute tokens.



88
89
90
# File 'lib/berbix.rb', line 88

def tokens
  @tokens
end