<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> Class: ValidationOutput — Documentation by YARD 0.8.7 </title> <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" /> <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" /> <script type="text/javascript" charset="utf-8"> hasFrames = window.top.frames.main ? true : false; relpath = ''; framesUrl = "frames.html#!" + escape(window.location.href); </script> <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="js/app.js"></script> </head> <body> <div id="header"> <div id="menu"> <a href="_index.html">Index (V)</a> » <span class="title">ValidationOutput</span> <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div> </div> <div id="search"> <a class="full_list_link" id="class_list_link" href="class_list.html"> Class List </a> <a class="full_list_link" id="method_list_link" href="method_list.html"> Method List </a> <a class="full_list_link" id="file_list_link" href="file_list.html"> File List </a> </div> <div class="clear"></div> </div> <iframe id="search_frame"></iframe> <div id="content"><h1>Class: ValidationOutput </h1> <dl class="box"> <dt class="r1">Inherits:</dt> <dd class="r1"> <span class="inheritName">Object</span> <ul class="fullTree"> <li>Object</li> <li class="next">ValidationOutput</li> </ul> <a href="#" class="inheritanceTree">show all</a> </dd> <dt class="r2 last">Defined in:</dt> <dd class="r2 last">lib/genevalidator/validation_output.rb</dd> </dl> <div class="clear"></div> <div id="subclasses"> <h2>Direct Known Subclasses</h2> <p class="children"><span class='object_link'><a href="BlastRFValidationOutput.html" title="BlastRFValidationOutput (class)">BlastRFValidationOutput</a></span>, <span class='object_link'><a href="DuplciationValidationOutput.html" title="DuplciationValidationOutput (class)">DuplciationValidationOutput</a></span>, <span class='object_link'><a href="GeneMergeValidationOutput.html" title="GeneMergeValidationOutput (class)">GeneMergeValidationOutput</a></span>, <span class='object_link'><a href="LengthClusterValidationOutput.html" title="LengthClusterValidationOutput (class)">LengthClusterValidationOutput</a></span>, <span class='object_link'><a href="LengthRankValidationOutput.html" title="LengthRankValidationOutput (class)">LengthRankValidationOutput</a></span>, <span class='object_link'><a href="ORFValidationOutput.html" title="ORFValidationOutput (class)">ORFValidationOutput</a></span></p> </div> <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2> <ul class="summary"> <li class="public "> <span class="summary_signature"> <a href="#message-instance_method" title="#message (instance method)">- (Object) <strong>message</strong> </a> </span> <span class="note title readonly">readonly</span> <span class="summary_desc"><div class='inline'> <p>Returns the value of attribute message.</p> </div></span> </li> </ul> <h2> Instance Method Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small> </h2> <ul class="summary"> <li class="public "> <span class="summary_signature"> <a href="#color-instance_method" title="#color (instance method)">- (Object) <strong>color</strong> </a> </span> <span class="summary_desc"><div class='inline'></div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#initialize-instance_method" title="#initialize (instance method)">- (ValidationOutput) <strong>initialize</strong>(message = "Not enough evidence") </a> </span> <span class="note title constructor">constructor</span> <span class="summary_desc"><div class='inline'> <p>A new instance of ValidationOutput.</p> </div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#print-instance_method" title="#print (instance method)">- (Object) <strong>print</strong> </a> </span> <span class="summary_desc"><div class='inline'></div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#validation-instance_method" title="#validation (instance method)">- (Object) <strong>validation</strong> </a> </span> <span class="summary_desc"><div class='inline'></div></span> </li> </ul> <div id="constructor_details" class="method_details_list"> <h2>Constructor Details</h2> <div class="method_details first"> <h3 class="signature first" id="initialize-instance_method"> - (<tt><span class='object_link'><a href="" title="ValidationOutput (class)">ValidationOutput</a></span></tt>) <strong>initialize</strong>(message = "Not enough evidence") </h3><div class="docstring"> <div class="discussion"> <p>Returns a new instance of ValidationOutput</p> </div> </div> <div class="tags"> </div><table class="source_code"> <tr> <td> <pre class="lines"> 5 6 7</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/genevalidator/validation_output.rb', line 5</span> <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Not enough evidence</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span> <span class='ivar'>@message</span> <span class='op'>=</span> <span class='id identifier rubyid_message'>message</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> </div> <div id="instance_attr_details" class="attr_details"> <h2>Instance Attribute Details</h2> <span id=""></span> <div class="method_details first"> <h3 class="signature first" id="message-instance_method"> - (<tt>Object</tt>) <strong>message</strong> <span class="extras">(readonly)</span> </h3><div class="docstring"> <div class="discussion"> <p>Returns the value of attribute message</p> </div> </div> <div class="tags"> </div><table class="source_code"> <tr> <td> <pre class="lines"> 3 4 5</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/genevalidator/validation_output.rb', line 3</span> <span class='kw'>def</span> <span class='id identifier rubyid_message'>message</span> <span class='ivar'>@message</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> </div> <div id="instance_method_details" class="method_details_list"> <h2>Instance Method Details</h2> <div class="method_details first"> <h3 class="signature first" id="color-instance_method"> - (<tt>Object</tt>) <strong>color</strong> </h3><table class="source_code"> <tr> <td> <pre class="lines"> 17 18 19 20 21 22 23 24</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/genevalidator/validation_output.rb', line 17</span> <span class='kw'>def</span> <span class='id identifier rubyid_color'>color</span> <span class='kw'>if</span> <span class='id identifier rubyid_validation'>validation</span> <span class='op'>==</span> <span class='symbol'>:yes</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>white</span><span class='tstring_end'>"</span></span> <span class='kw'>else</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>red</span><span class='tstring_end'>"</span></span> <span class='kw'>end</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> <div class="method_details "> <h3 class="signature " id="print-instance_method"> - (<tt>Object</tt>) <strong>print</strong> </h3><table class="source_code"> <tr> <td> <pre class="lines"> 9 10 11</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/genevalidator/validation_output.rb', line 9</span> <span class='kw'>def</span> <span class='id identifier rubyid_print'>print</span> <span class='id identifier rubyid_message'>message</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> <div class="method_details "> <h3 class="signature " id="validation-instance_method"> - (<tt>Object</tt>) <strong>validation</strong> </h3><table class="source_code"> <tr> <td> <pre class="lines"> 13 14 15</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/genevalidator/validation_output.rb', line 13</span> <span class='kw'>def</span> <span class='id identifier rubyid_validation'>validation</span> <span class='symbol'>:no</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> </div> </div> <div id="footer"> Generated on Tue Aug 6 23:16:16 2013 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.7 (ruby-1.9.3). </div> </body> </html>