Sha256: 6770b26c884515eb263cb92d7ab376ece2fc9f331a14303dcfe59b80d4c51eba
Contents?: true
Size: 942 Bytes
Versions: 2
Compression:
Stored size: 942 Bytes
Contents
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>new (Icalendar::Geo)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File lib/icalendar/component.rb, line 19</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">lat</span>, <span class="ruby-identifier">long</span>) <span class="ruby-ivar">@lat</span> = <span class="ruby-identifier">lat</span> <span class="ruby-ivar">@long</span> = <span class="ruby-identifier">long</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
icalendar-0.98 | docs/api/classes/Icalendar/Geo.src/M000024.html |
icalendar-1.0 | docs/api/classes/Icalendar/Geo.src/M000024.html |