Sha256: 92930beb7f64cc590efe0ba10b9d0cba23c4959bc3bd1c512923ddf6e90ee844

Contents?: true

Size: 246 Bytes

Versions: 5

Compression:

Stored size: 246 Bytes

Contents

module Gateway
  class UpdateInstantBuyDataRequest
    attr_accessor :BuyerKey

    def to_json
      hash = {}
      instance_variables.each { |var| hash[var.to_s.delete('@')] = instance_variable_get(var) }
      hash
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mundipagg_sdk-1.3.0 lib/gateway/InstantBuyData/update_instant_buy_data_request.rb
stone_ecommerce-1.2.4 lib/gateway/InstantBuyData/update_instant_buy_data_request.rb
mundipagg_sdk-1.2.4 lib/gateway/InstantBuyData/update_instant_buy_data_request.rb
mundipagg_sdk-1.2.3 lib/gateway/InstantBuyData/update_instant_buy_data_request.rb
mundipagg_sdk-1.2.3rc lib/gateway/InstantBuyData/update_instant_buy_data_request.rb