doc/R509/OIDMapper.html in r509-0.10.0 vs doc/R509/OIDMapper.html in r509-1.0

- old
+ new

@@ -1,90 +1,91 @@ -<!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"> +<!DOCTYPE html> +<html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> Module: R509::OIDMapper - &mdash; Documentation by YARD 0.8.6.1 + &mdash; Documentation by YARD 0.9.5 </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; + pathId = "R509::OIDMapper"; 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"> + <div class="nav_wrap"> + <iframe id="nav" src="../class_list.html"></iframe> + <div id="resizer"></div> + </div> + + <div id="main" tabindex="-1"> + <div id="header"> + <div id="menu"> <a href="../_index.html">Index (O)</a> &raquo; <span class='title'><span class='object_link'><a href="../R509.html" title="R509 (module)">R509</a></span></span> &raquo; <span class="title">OIDMapper</span> - - <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div> </div> - <div id="search"> + <div id="search"> <a class="full_list_link" id="class_list_link" href="../class_list.html"> - Class List + + <svg width="24" height="24"> + <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect> + <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect> + <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect> + </svg> </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> + <div class="clear"></div> + </div> - <iframe id="search_frame"></iframe> + <iframe id="search_frame" src="../class_list.html"></iframe> - <div id="content"><h1>Module: R509::OIDMapper + <div id="content"><h1>Module: R509::OIDMapper </h1> +<div class="box_info"> + -<dl class="box"> - - + - <dt class="r1 last">Defined in:</dt> - <dd class="r1 last">lib/r509/oid_mapper.rb</dd> + -</dl> -<div class="clear"></div> + <dl> + <dt>Defined in:</dt> + <dd>lib/r509/oid_mapper.rb</dd> + </dl> + +</div> <h2>Overview</h2><div class="docstring"> <div class="discussion"> <p>Helps map raw OIDs to friendlier short names</p> @@ -103,19 +104,19 @@ <h2> Class Method Summary - <small>(<a href="#" class="summary_toggle">collapse</a>)</small> + <small><a href="#" class="summary_toggle">collapse</a></small> </h2> <ul class="summary"> <li class="public "> <span class="summary_signature"> - <a href="#batch_register-class_method" title="batch_register (class method)">+ (Object) <strong>batch_register</strong>(oids) </a> + <a href="#batch_register-class_method" title="batch_register (class method)">.<strong>batch_register</strong>(oids) &#x21d2; Object </a> </span> @@ -135,11 +136,11 @@ <li class="public "> <span class="summary_signature"> - <a href="#register-class_method" title="register (class method)">+ (Boolean) <strong>register</strong>(oid, short_name, long_name = nil) </a> + <a href="#register-class_method" title="register (class method)">.<strong>register</strong>(oid, short_name, long_name = nil) &#x21d2; Boolean </a> </span> @@ -159,11 +160,11 @@ <li class="public "> <span class="summary_signature"> - <a href="#register_from_yaml-class_method" title="register_from_yaml (class method)">+ (Object) <strong>register_from_yaml</strong>(name, yaml_data) </a> + <a href="#register_from_yaml-class_method" title="register_from_yaml (class method)">.<strong>register_from_yaml</strong>(name, yaml_data) &#x21d2; Object </a> </span> @@ -192,11 +193,11 @@ <div class="method_details first"> <h3 class="signature first" id="batch_register-class_method"> - + (<tt>Object</tt>) <strong>batch_register</strong>(oids) + .<strong>batch_register</strong>(oids) &#x21d2; <tt>Object</tt> @@ -257,11 +258,11 @@ <td> <pre class="code"><span class="info file"># File 'lib/r509/oid_mapper.rb', line 25</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_batch_register'>batch_register</span><span class='lparen'>(</span><span class='id identifier rubyid_oids'>oids</span><span class='rparen'>)</span> <span class='id identifier rubyid_oids'>oids</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_oid_hash'>oid_hash</span><span class='op'>|</span> - <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_register'>register</span><span class='lparen'>(</span><span class='id identifier rubyid_oid_hash'>oid_hash</span><span class='lbracket'>[</span><span class='symbol'>:oid</span><span class='rbracket'>]</span><span class='comma'>,</span><span class='id identifier rubyid_oid_hash'>oid_hash</span><span class='lbracket'>[</span><span class='symbol'>:short_name</span><span class='rbracket'>]</span><span class='comma'>,</span><span class='id identifier rubyid_oid_hash'>oid_hash</span><span class='lbracket'>[</span><span class='symbol'>:long_name</span><span class='rbracket'>]</span><span class='rparen'>)</span> + <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_register'>register</span><span class='lparen'>(</span><span class='id identifier rubyid_oid_hash'>oid_hash</span><span class='lbracket'>[</span><span class='symbol'>:oid</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id identifier rubyid_oid_hash'>oid_hash</span><span class='lbracket'>[</span><span class='symbol'>:short_name</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id identifier rubyid_oid_hash'>oid_hash</span><span class='lbracket'>[</span><span class='symbol'>:long_name</span><span class='rbracket'>]</span><span class='rparen'>)</span> <span class='kw'>end</span> <span class='kw'>nil</span> <span class='kw'>end</span></pre> </td> </tr> @@ -269,11 +270,11 @@ </div> <div class="method_details "> <h3 class="signature " id="register-class_method"> - + (<tt>Boolean</tt>) <strong>register</strong>(oid, short_name, long_name = nil) + .<strong>register</strong>(oid, short_name, long_name = nil) &#x21d2; <tt>Boolean</tt> @@ -374,11 +375,11 @@ 16</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/r509/oid_mapper.rb', line 11</span> -<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_register'>register</span><span class='lparen'>(</span><span class='id identifier rubyid_oid'>oid</span><span class='comma'>,</span><span class='id identifier rubyid_short_name'>short_name</span><span class='comma'>,</span><span class='id identifier rubyid_long_name'>long_name</span><span class='op'>=</span><span class='kw'>nil</span><span class='rparen'>)</span> +<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_register'>register</span><span class='lparen'>(</span><span class='id identifier rubyid_oid'>oid</span><span class='comma'>,</span> <span class='id identifier rubyid_short_name'>short_name</span><span class='comma'>,</span> <span class='id identifier rubyid_long_name'>long_name</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='id identifier rubyid_long_name'>long_name</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span> <span class='id identifier rubyid_long_name'>long_name</span> <span class='op'>=</span> <span class='id identifier rubyid_short_name'>short_name</span> <span class='kw'>end</span> <span class='const'>OpenSSL</span><span class='op'>::</span><span class='const'>ASN1</span><span class='op'>::</span><span class='const'>ObjectId</span><span class='period'>.</span><span class='id identifier rubyid_register'>register</span><span class='lparen'>(</span><span class='id identifier rubyid_oid'>oid</span><span class='comma'>,</span> <span class='id identifier rubyid_short_name'>short_name</span><span class='comma'>,</span> <span class='id identifier rubyid_long_name'>long_name</span><span class='rparen'>)</span> <span class='kw'>end</span></pre> @@ -388,11 +389,11 @@ </div> <div class="method_details "> <h3 class="signature " id="register_from_yaml-class_method"> - + (<tt>Object</tt>) <strong>register_from_yaml</strong>(name, yaml_data) + .<strong>register_from_yaml</strong>(name, yaml_data) &#x21d2; <tt>Object</tt> @@ -480,13 +481,14 @@ </div> </div> - <div id="footer"> - Generated on Sun Jan 26 13:37:25 2014 by + <div id="footer"> + Generated on Tue Dec 6 17:27:39 2016 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> - 0.8.6.1 (ruby-2.0.0). + 0.9.5 (ruby-2.4.0). </div> + </div> </body> </html> \ No newline at end of file