Class: CashPoster::Request::Change

Inherits:
BaseRequest show all
Defined in:
lib/cash_poster/request/change.rb

Instance Attribute Summary

Attributes inherited from BaseRequest

#params

Instance Method Summary collapse

Constructor Details

#initialize(params = {}) ⇒ Change

Returns a new instance of Change.



5
6
7
8
# File 'lib/cash_poster/request/change.rb', line 5

def initialize(params = {})
  super(params)
  @params = @params.merge(in_proctype: 'infchange')
end