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



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

def aux1
  @aux1
end

#aux2Object

Returns the value of attribute aux2



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

def aux2
  @aux2
end

#dataObject

Returns the value of attribute data



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

def data
  @data
end

Returns the value of attribute footer



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

def footer
  @footer
end

#titleObject

Returns the value of attribute title



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

def title
  @title
end

#typeObject

Returns the value of attribute type



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

def type
  @type
end

#xtitleObject

Returns the value of attribute xtitle



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

def xtitle
  @xtitle
end

#ytitleObject

Returns the value of attribute ytitle



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

def ytitle
  @ytitle
end