class Berbix::HostedTransactionResponse

Attributes

hosted_url[R]
tokens[R]

Public Class Methods

new(tokens, hosted_url) click to toggle source
# File lib/berbix.rb, line 90
def initialize(tokens, hosted_url)
  @tokens = tokens
  @hosted_url = hosted_url
end