Class: Pdf4me::Merge

Inherits:
ComplexAction show all
Defined in:
lib/pdf4me/actions/merge.rb

Constant Summary collapse

ATTRIBUTES =
%w|documents merge_action|

Instance Attribute Summary

Attributes inherited from ComplexAction

#client

Instance Method Summary collapse

Methods inherited from ComplexAction

#assign_attributes, #errors, #initialize, #run, #valid?

Constructor Details

This class inherits a constructor from Pdf4me::ComplexAction

Instance Method Details

#merge_actionObject



10
11
12
# File 'lib/pdf4me/actions/merge.rb', line 10

def merge_action
  @merge_action || Pdf4me::MergeAction.new
end

#pathObject



6
7
8
# File 'lib/pdf4me/actions/merge.rb', line 6

def path
  '/Merge/Merge'
end