Class: GeneValidator::Plot

Inherits:
Struct
  • Object
show all
Defined in:
lib/genevalidator/validation_report.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aux1Object

Returns the value of attribute aux1

Returns:

  • (Object)

    the current value of aux1



3
4
5
# File 'lib/genevalidator/validation_report.rb', line 3

def aux1
  @aux1
end

#aux2Object

Returns the value of attribute aux2

Returns:

  • (Object)

    the current value of aux2



3
4
5
# File 'lib/genevalidator/validation_report.rb', line 3

def aux2
  @aux2
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



3
4
5
# File 'lib/genevalidator/validation_report.rb', line 3

def data
  @data
end

Returns the value of attribute footer

Returns:

  • (Object)

    the current value of footer



3
4
5
# File 'lib/genevalidator/validation_report.rb', line 3

def footer
  @footer
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



3
4
5
# File 'lib/genevalidator/validation_report.rb', line 3

def title
  @title
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/genevalidator/validation_report.rb', line 3

def type
  @type
end

#xtitleObject

Returns the value of attribute xtitle

Returns:

  • (Object)

    the current value of xtitle



3
4
5
# File 'lib/genevalidator/validation_report.rb', line 3

def xtitle
  @xtitle
end

#ytitleObject

Returns the value of attribute ytitle

Returns:

  • (Object)

    the current value of ytitle



3
4
5
# File 'lib/genevalidator/validation_report.rb', line 3

def ytitle
  @ytitle
end