OSDN Git Service

cleanup rake tasks since no gitolite required
[wvm/gitlab.git] / doc / code / files / app / models / web_hook_rb.html
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5 <head>
6     <title>web_hook.rb</title>
7     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
8     <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
9 <link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
10 <link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
11 <script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
12 <script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
13 <script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
14 <script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
15
16 </head>
17
18 <body>     
19     <div class="banner">
20         
21         <h1>
22             web_hook.rb
23         </h1>
24         <ul class="files">
25             <li>app/models/web_hook.rb</li>
26             <li>Last modified: 2012-12-23 12:16:43 +0200</li>
27         </ul>
28     </div>
29
30     <div id="bodyContent">
31         <div id="content">
32   
33     <div class="description">
34       
35 <h2 id="label-Schema+Information">Schema Information</h2>
36
37 <p>Table name: web_hooks</p>
38
39 <pre>id         :integer          not null, primary key
40 url        :string(255)
41 project_id :integer
42 created_at :datetime         not null
43 updated_at :datetime         not null
44 type       :string(255)      default(&quot;ProjectHook&quot;)
45 service_id :integer</pre>
46
47     </div>
48   
49
50
51   
52
53
54   
55   
56
57
58   
59     <!-- Namespace -->
60     <div class="sectiontitle">Namespace</div>
61     <ul>
62       
63         <li>
64           <span class="type">CLASS</span>
65           <a href="../../../classes/WebHook.html">WebHook</a>
66         </li>
67       
68     </ul>
69   
70
71
72   
73
74   
75
76
77
78   
79
80     
81
82     
83
84     
85
86
87     
88
89
90     <!-- Methods -->
91               </div>
92
93     </div>
94   </body>
95 </html>