Class: HexaPDF::CLI::Merge::InputSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/hexapdf/cli/merge.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



42
43
44
# File 'lib/hexapdf/cli/merge.rb', line 42

def file
  @file
end

#pagesObject

Returns the value of attribute pages

Returns:

  • (Object)

    the current value of pages



42
43
44
# File 'lib/hexapdf/cli/merge.rb', line 42

def pages
  @pages
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



42
43
44
# File 'lib/hexapdf/cli/merge.rb', line 42

def password
  @password
end