Class: Pdf4me::PageSelection

Inherits:
Base
  • Object
show all
Defined in:
lib/pdf4me/models/page_selection.rb

Constant Summary collapse

ATTRIBUTES =
{
  page_nrs: 'Array<Integer>',
  page_ids: 'Array<String>',
  page_sequence: 'String'
}

Instance Method Summary collapse

Methods inherited from Base

#attributes, #initialize

Methods included from Serializer

#_deserialize, #from_hash, #from_response

Methods included from Assigner

#assign_attributes

Constructor Details

This class inherits a constructor from Pdf4me::Base

Instance Method Details

#defaultsObject



15
16
17
18
19
# File 'lib/pdf4me/models/page_selection.rb', line 15

def defaults
  {
    page_sequence: 'all'
  }
end