Class: ImageFilterDsl::Engine::CLI::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



12
13
14
# File 'lib/image_filter_dsl/engine/cli.rb', line 12

def action
  @action
end

#filterObject

Returns the value of attribute filter

Returns:

  • (Object)

    the current value of filter



12
13
14
# File 'lib/image_filter_dsl/engine/cli.rb', line 12

def filter
  @filter
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



12
13
14
# File 'lib/image_filter_dsl/engine/cli.rb', line 12

def input
  @input
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



12
13
14
# File 'lib/image_filter_dsl/engine/cli.rb', line 12

def output
  @output
end