Sha256: 724c585cc82383cd756b3d64d9ee348283f89679a5b4e59a986ed92c5f5e1f48
Contents?: true
Size: 1.08 KB
Versions: 3
Compression:
Stored size: 1.08 KB
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::Alarm)</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/alarm.rb, line 36</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>() <span class="ruby-keyword kw">super</span>(<span class="ruby-value str">"VALARM"</span>) <span class="ruby-comment cmt"># Almost everyone just wants to display so I make it the </span> <span class="ruby-comment cmt"># default so it works for most people right away...</span> <span class="ruby-identifier">action</span> <span class="ruby-value str">"DISPLAY"</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems