Class: Pdf4me::SplitAction
- Defined in:
- lib/pdf4me/models/split_action.rb
Constant Summary collapse
- ATTRIBUTES =
{ split_after_page: 'Integer', split_sequence: 'Array<Integer>', recurring_split_after_page: 'Integer', custom_properties: 'Array<KeyValuePairStringString>' }
Method Summary
Methods inherited from Base
#attributes, #defaults, #initialize
Methods included from Serializer
#_deserialize, #from_hash, #from_response
Methods included from Assigner
Constructor Details
This class inherits a constructor from Pdf4me::Base