Class: AmazonFlexPay::API::GetTransaction::Response

Inherits:
BaseResponse
  • Object
show all
Defined in:
lib/amazon_flex_pay/api/get_transaction.rb

Overview

:nodoc:

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(attr) ⇒ Object



8
9
10
11
12
13
14
# File 'lib/amazon_flex_pay/api/get_transaction.rb', line 8

def method_missing(attr)
  if transaction.respond_to? attr
    transaction.send attr
  else
    super
  end
end