Sha256: 362fde6fc2147f7ba53c20ad504aed5dfb4dd227cd1602a644c6efb57ca75bd3

Contents?: true

Size: 236 Bytes

Versions: 5

Compression:

Stored size: 236 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.4.1 lib/gateway/InstantBuyData/update_instant_buy_data_request.rb
stone_ecommerce-1.4.0 lib/gateway/InstantBuyData/update_instant_buy_data_request.rb
mundipagg_sdk-1.4.0 lib/gateway/InstantBuyData/update_instant_buy_data_request.rb
stone_ecommerce-1.3.0 lib/gateway/InstantBuyData/update_instant_buy_data_request.rb
stone_ecommerce-1.2.3 lib/gateway/InstantBuyData/update_instant_buy_data_request.rb