Class: YouPlot::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/youplot/options.rb

Overview

Command line options that are not Plot parameters

Instance Attribute Summary collapse

Instance Attribute Details

#color_namesObject

Returns the value of attribute color_names

Returns:

  • (Object)

    the current value of color_names



5
6
7
# File 'lib/youplot/options.rb', line 5

def color_names
  @color_names
end

#debugObject

Returns the value of attribute debug

Returns:

  • (Object)

    the current value of debug



5
6
7
# File 'lib/youplot/options.rb', line 5

def debug
  @debug
end

#delimiterObject

Returns the value of attribute delimiter

Returns:

  • (Object)

    the current value of delimiter



5
6
7
# File 'lib/youplot/options.rb', line 5

def delimiter
  @delimiter
end

#encodingObject

Returns the value of attribute encoding

Returns:

  • (Object)

    the current value of encoding



5
6
7
# File 'lib/youplot/options.rb', line 5

def encoding
  @encoding
end

#fmtObject

Returns the value of attribute fmt

Returns:

  • (Object)

    the current value of fmt



5
6
7
# File 'lib/youplot/options.rb', line 5

def fmt
  @fmt
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



5
6
7
# File 'lib/youplot/options.rb', line 5

def headers
  @headers
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



5
6
7
# File 'lib/youplot/options.rb', line 5

def output
  @output
end

#passObject

Returns the value of attribute pass

Returns:

  • (Object)

    the current value of pass



5
6
7
# File 'lib/youplot/options.rb', line 5

def pass
  @pass
end

#progressiveObject

Returns the value of attribute progressive

Returns:

  • (Object)

    the current value of progressive



5
6
7
# File 'lib/youplot/options.rb', line 5

def progressive
  @progressive
end

#reverseObject

Returns the value of attribute reverse

Returns:

  • (Object)

    the current value of reverse



5
6
7
# File 'lib/youplot/options.rb', line 5

def reverse
  @reverse
end

#transposeObject

Returns the value of attribute transpose

Returns:

  • (Object)

    the current value of transpose



5
6
7
# File 'lib/youplot/options.rb', line 5

def transpose
  @transpose
end