Class: HexaPDF::CLI::Merge::InputSpec
- Inherits:
-
Struct
- Object
- Struct
- HexaPDF::CLI::Merge::InputSpec
- Defined in:
- lib/hexapdf/cli/merge.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#pages ⇒ Object
Returns the value of attribute pages.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
45 46 47 |
# File 'lib/hexapdf/cli/merge.rb', line 45 def file @file end |
#pages ⇒ Object
Returns the value of attribute pages
45 46 47 |
# File 'lib/hexapdf/cli/merge.rb', line 45 def pages @pages end |
#password ⇒ Object
Returns the value of attribute password
45 46 47 |
# File 'lib/hexapdf/cli/merge.rb', line 45 def password @password end |