Class: Fop::CLI::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#checkObject

Returns the value of attribute check

Returns:

  • (Object)

    the current value of check



5
6
7
# File 'lib/fop/cli.rb', line 5

def check
  @check
end

#quietObject

Returns the value of attribute quiet

Returns:

  • (Object)

    the current value of quiet



5
6
7
# File 'lib/fop/cli.rb', line 5

def quiet
  @quiet
end

#srcObject

Returns the value of attribute src

Returns:

  • (Object)

    the current value of src



5
6
7
# File 'lib/fop/cli.rb', line 5

def src
  @src
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



5
6
7
# File 'lib/fop/cli.rb', line 5

def version
  @version
end