class Gateway::UpdateInstantBuyDataRequest
Attributes
BuyerKey[RW]
Public Instance Methods
to_json()
click to toggle source
# File lib/gateway/InstantBuyData/update_instant_buy_data_request.rb, line 5 def to_json hash = {} instance_variables.each { |var| hash[var.to_s.delete('@')] = instance_variable_get(var) } hash end