class Transbank::Patpass::PatpassComercio::InscriptionStartResponse
Attributes
token[RW]
url[RW]
Public Class Methods
new(json)
click to toggle source
# File lib/transbank/sdk/patpass/patpass_comercio/responses/inscription_start_response.rb, line 6 def initialize(json) self.token = json['token'] self.url = json['url'] end