Method: Amdapi::PostCall#initialize
- Defined in:
- lib/amdapi/resources/post_call.rb
#initialize(token, params, file, adapter, stubs) ⇒ PostCall
Returns a new instance of PostCall.
7 8 9 10 11 |
# File 'lib/amdapi/resources/post_call.rb', line 7 def initialize(token, params, file, adapter, stubs) super(token, adapter: adapter, stubs: stubs) @params = params @file = file end |