Class: TRMNLP::Commands::Build::Options

Inherits:
Data
  • Object
show all
Defined in:
lib/trmnlp/commands/build.rb

Instance Attribute Summary collapse

Instance Attribute Details

#color_depthObject (readonly)

Returns the value of attribute color_depth

Returns:

  • (Object)

    the current value of color_depth



14
15
16
# File 'lib/trmnlp/commands/build.rb', line 14

def color_depth
  @color_depth
end

#dirObject (readonly)

Returns the value of attribute dir

Returns:

  • (Object)

    the current value of dir



14
15
16
# File 'lib/trmnlp/commands/build.rb', line 14

def dir
  @dir
end

#heightObject (readonly)

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



14
15
16
# File 'lib/trmnlp/commands/build.rb', line 14

def height
  @height
end

#pngObject (readonly)

Returns the value of attribute png

Returns:

  • (Object)

    the current value of png



14
15
16
# File 'lib/trmnlp/commands/build.rb', line 14

def png
  @png
end

#quietObject (readonly)

Returns the value of attribute quiet

Returns:

  • (Object)

    the current value of quiet



14
15
16
# File 'lib/trmnlp/commands/build.rb', line 14

def quiet
  @quiet
end

#widthObject (readonly)

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



14
15
16
# File 'lib/trmnlp/commands/build.rb', line 14

def width
  @width
end