Class: Gateway::UpdateInstantBuyDataRequest
- Inherits:
-
Object
- Object
- Gateway::UpdateInstantBuyDataRequest
- Defined in:
- lib/gateway/InstantBuyData/update_instant_buy_data_request.rb
Instance Attribute Summary collapse
-
#BuyerKey ⇒ Object
Returns the value of attribute BuyerKey.
Instance Method Summary collapse
Instance Attribute Details
#BuyerKey ⇒ Object
Returns the value of attribute BuyerKey.
3 4 5 |
# File 'lib/gateway/InstantBuyData/update_instant_buy_data_request.rb', line 3 def BuyerKey @BuyerKey end |
Instance Method Details
#to_json ⇒ Object
5 6 7 8 9 |
# 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 |