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



45
46
47
# File 'lib/hexapdf/cli/merge.rb', line 45

def file
  @file
end

#pagesObject

Returns the value of attribute pages

Returns:

  • (Object)

    the current value of pages



45
46
47
# File 'lib/hexapdf/cli/merge.rb', line 45

def pages
  @pages
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



45
46
47
# File 'lib/hexapdf/cli/merge.rb', line 45

def password
  @password
end