nesta-plugin-google-ads 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +17 -0
- data/Gemfile +4 -0
- data/LICENSE +22 -0
- data/README.md +132 -0
- data/Rakefile +11 -0
- data/doc/Google/Ads/Helpers.html +198 -0
- data/doc/Nesta.html +119 -0
- data/doc/Nesta/App.html +120 -0
- data/doc/Nesta/Config.html +189 -0
- data/doc/Nesta/Plugin.html +117 -0
- data/doc/Nesta/Plugin/Google.html +115 -0
- data/doc/Nesta/Plugin/Google/Ads.html +117 -0
- data/doc/_index.html +199 -0
- data/doc/class_list.html +53 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +57 -0
- data/doc/css/style.css +328 -0
- data/doc/file.README.html +219 -0
- data/doc/file_list.html +55 -0
- data/doc/frames.html +28 -0
- data/doc/index.html +219 -0
- data/doc/js/app.js +214 -0
- data/doc/js/full_list.js +173 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +68 -0
- data/doc/top-level-namespace.html +112 -0
- data/lib/nesta-plugin-google-ads.rb +3 -0
- data/lib/nesta-plugin-google-ads/init.rb +36 -0
- data/lib/nesta-plugin-google-ads/version.rb +9 -0
- data/nesta-plugin-google-ads.gemspec +20 -0
- metadata +124 -0
    
        data/doc/Nesta/App.html
    ADDED
    
    | @@ -0,0 +1,120 @@ | |
| 1 | 
            +
            <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         | 
| 2 | 
            +
              "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
         | 
| 3 | 
            +
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         | 
| 4 | 
            +
              <head>
         | 
| 5 | 
            +
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         | 
| 6 | 
            +
            <title>
         | 
| 7 | 
            +
              Class: Nesta::App
         | 
| 8 | 
            +
              
         | 
| 9 | 
            +
                — Documentation by YARD 0.8.2.1
         | 
| 10 | 
            +
              
         | 
| 11 | 
            +
            </title>
         | 
| 12 | 
            +
             | 
| 13 | 
            +
              <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
         | 
| 14 | 
            +
             | 
| 15 | 
            +
              <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            <script type="text/javascript" charset="utf-8">
         | 
| 18 | 
            +
              hasFrames = window.top.frames.main ? true : false;
         | 
| 19 | 
            +
              relpath = '../';
         | 
| 20 | 
            +
              framesUrl = "../frames.html#!" + escape(window.location.href);
         | 
| 21 | 
            +
            </script>
         | 
| 22 | 
            +
             | 
| 23 | 
            +
             | 
| 24 | 
            +
              <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
         | 
| 25 | 
            +
             | 
| 26 | 
            +
              <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
         | 
| 27 | 
            +
             | 
| 28 | 
            +
             | 
| 29 | 
            +
              </head>
         | 
| 30 | 
            +
              <body>
         | 
| 31 | 
            +
                <div id="header">
         | 
| 32 | 
            +
                  <div id="menu">
         | 
| 33 | 
            +
              
         | 
| 34 | 
            +
                <a href="../_index.html">Index (A)</a> »
         | 
| 35 | 
            +
                <span class='title'><span class='object_link'><a href="../Nesta.html" title="Nesta (module)">Nesta</a></span></span>
         | 
| 36 | 
            +
                 » 
         | 
| 37 | 
            +
                <span class="title">App</span>
         | 
| 38 | 
            +
              
         | 
| 39 | 
            +
             | 
| 40 | 
            +
              <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
         | 
| 41 | 
            +
            </div>
         | 
| 42 | 
            +
             | 
| 43 | 
            +
                  <div id="search">
         | 
| 44 | 
            +
              
         | 
| 45 | 
            +
                <a class="full_list_link" id="class_list_link"
         | 
| 46 | 
            +
                    href="../class_list.html">
         | 
| 47 | 
            +
                  Class List
         | 
| 48 | 
            +
                </a>
         | 
| 49 | 
            +
              
         | 
| 50 | 
            +
                <a class="full_list_link" id="method_list_link"
         | 
| 51 | 
            +
                    href="../method_list.html">
         | 
| 52 | 
            +
                  Method List
         | 
| 53 | 
            +
                </a>
         | 
| 54 | 
            +
              
         | 
| 55 | 
            +
                <a class="full_list_link" id="file_list_link"
         | 
| 56 | 
            +
                    href="../file_list.html">
         | 
| 57 | 
            +
                  File List
         | 
| 58 | 
            +
                </a>
         | 
| 59 | 
            +
              
         | 
| 60 | 
            +
            </div>
         | 
| 61 | 
            +
                  <div class="clear"></div>
         | 
| 62 | 
            +
                </div>
         | 
| 63 | 
            +
             | 
| 64 | 
            +
                <iframe id="search_frame"></iframe>
         | 
| 65 | 
            +
             | 
| 66 | 
            +
                <div id="content"><h1>Class: Nesta::App
         | 
| 67 | 
            +
              
         | 
| 68 | 
            +
              
         | 
| 69 | 
            +
              
         | 
| 70 | 
            +
            </h1>
         | 
| 71 | 
            +
             | 
| 72 | 
            +
            <dl class="box">
         | 
| 73 | 
            +
              
         | 
| 74 | 
            +
                <dt class="r1">Inherits:</dt>
         | 
| 75 | 
            +
                <dd class="r1">
         | 
| 76 | 
            +
                  <span class="inheritName">Object</span>
         | 
| 77 | 
            +
                  
         | 
| 78 | 
            +
                    <ul class="fullTree">
         | 
| 79 | 
            +
                      <li>Object</li>
         | 
| 80 | 
            +
                      
         | 
| 81 | 
            +
                        <li class="next">Nesta::App</li>
         | 
| 82 | 
            +
                      
         | 
| 83 | 
            +
                    </ul>
         | 
| 84 | 
            +
                    <a href="#" class="inheritanceTree">show all</a>
         | 
| 85 | 
            +
                  
         | 
| 86 | 
            +
                  </dd>
         | 
| 87 | 
            +
                
         | 
| 88 | 
            +
              
         | 
| 89 | 
            +
              
         | 
| 90 | 
            +
                
         | 
| 91 | 
            +
              
         | 
| 92 | 
            +
                
         | 
| 93 | 
            +
              
         | 
| 94 | 
            +
              
         | 
| 95 | 
            +
              
         | 
| 96 | 
            +
                <dt class="r2 last">Defined in:</dt>
         | 
| 97 | 
            +
                <dd class="r2 last">lib/nesta-plugin-google-ads/init.rb</dd>
         | 
| 98 | 
            +
              
         | 
| 99 | 
            +
            </dl>
         | 
| 100 | 
            +
            <div class="clear"></div>
         | 
| 101 | 
            +
             | 
| 102 | 
            +
             | 
| 103 | 
            +
             | 
| 104 | 
            +
             | 
| 105 | 
            +
             | 
| 106 | 
            +
             | 
| 107 | 
            +
             | 
| 108 | 
            +
             | 
| 109 | 
            +
             | 
| 110 | 
            +
             | 
| 111 | 
            +
            </div>
         | 
| 112 | 
            +
             | 
| 113 | 
            +
                <div id="footer">
         | 
| 114 | 
            +
              Generated on Thu Aug 23 15:53:22 2012 by
         | 
| 115 | 
            +
              <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 116 | 
            +
              0.8.2.1 (ruby-1.9.3).
         | 
| 117 | 
            +
            </div>
         | 
| 118 | 
            +
             | 
| 119 | 
            +
              </body>
         | 
| 120 | 
            +
            </html>
         | 
| @@ -0,0 +1,189 @@ | |
| 1 | 
            +
            <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         | 
| 2 | 
            +
              "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
         | 
| 3 | 
            +
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         | 
| 4 | 
            +
              <head>
         | 
| 5 | 
            +
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         | 
| 6 | 
            +
            <title>
         | 
| 7 | 
            +
              Class: Nesta::Config
         | 
| 8 | 
            +
              
         | 
| 9 | 
            +
                — Documentation by YARD 0.8.2.1
         | 
| 10 | 
            +
              
         | 
| 11 | 
            +
            </title>
         | 
| 12 | 
            +
             | 
| 13 | 
            +
              <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
         | 
| 14 | 
            +
             | 
| 15 | 
            +
              <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            <script type="text/javascript" charset="utf-8">
         | 
| 18 | 
            +
              hasFrames = window.top.frames.main ? true : false;
         | 
| 19 | 
            +
              relpath = '../';
         | 
| 20 | 
            +
              framesUrl = "../frames.html#!" + escape(window.location.href);
         | 
| 21 | 
            +
            </script>
         | 
| 22 | 
            +
             | 
| 23 | 
            +
             | 
| 24 | 
            +
              <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
         | 
| 25 | 
            +
             | 
| 26 | 
            +
              <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
         | 
| 27 | 
            +
             | 
| 28 | 
            +
             | 
| 29 | 
            +
              </head>
         | 
| 30 | 
            +
              <body>
         | 
| 31 | 
            +
                <div id="header">
         | 
| 32 | 
            +
                  <div id="menu">
         | 
| 33 | 
            +
              
         | 
| 34 | 
            +
                <a href="../_index.html">Index (C)</a> »
         | 
| 35 | 
            +
                <span class='title'><span class='object_link'><a href="../Nesta.html" title="Nesta (module)">Nesta</a></span></span>
         | 
| 36 | 
            +
                 » 
         | 
| 37 | 
            +
                <span class="title">Config</span>
         | 
| 38 | 
            +
              
         | 
| 39 | 
            +
             | 
| 40 | 
            +
              <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
         | 
| 41 | 
            +
            </div>
         | 
| 42 | 
            +
             | 
| 43 | 
            +
                  <div id="search">
         | 
| 44 | 
            +
              
         | 
| 45 | 
            +
                <a class="full_list_link" id="class_list_link"
         | 
| 46 | 
            +
                    href="../class_list.html">
         | 
| 47 | 
            +
                  Class List
         | 
| 48 | 
            +
                </a>
         | 
| 49 | 
            +
              
         | 
| 50 | 
            +
                <a class="full_list_link" id="method_list_link"
         | 
| 51 | 
            +
                    href="../method_list.html">
         | 
| 52 | 
            +
                  Method List
         | 
| 53 | 
            +
                </a>
         | 
| 54 | 
            +
              
         | 
| 55 | 
            +
                <a class="full_list_link" id="file_list_link"
         | 
| 56 | 
            +
                    href="../file_list.html">
         | 
| 57 | 
            +
                  File List
         | 
| 58 | 
            +
                </a>
         | 
| 59 | 
            +
              
         | 
| 60 | 
            +
            </div>
         | 
| 61 | 
            +
                  <div class="clear"></div>
         | 
| 62 | 
            +
                </div>
         | 
| 63 | 
            +
             | 
| 64 | 
            +
                <iframe id="search_frame"></iframe>
         | 
| 65 | 
            +
             | 
| 66 | 
            +
                <div id="content"><h1>Class: Nesta::Config
         | 
| 67 | 
            +
              
         | 
| 68 | 
            +
              
         | 
| 69 | 
            +
              
         | 
| 70 | 
            +
            </h1>
         | 
| 71 | 
            +
             | 
| 72 | 
            +
            <dl class="box">
         | 
| 73 | 
            +
              
         | 
| 74 | 
            +
                <dt class="r1">Inherits:</dt>
         | 
| 75 | 
            +
                <dd class="r1">
         | 
| 76 | 
            +
                  <span class="inheritName">Object</span>
         | 
| 77 | 
            +
                  
         | 
| 78 | 
            +
                    <ul class="fullTree">
         | 
| 79 | 
            +
                      <li>Object</li>
         | 
| 80 | 
            +
                      
         | 
| 81 | 
            +
                        <li class="next">Nesta::Config</li>
         | 
| 82 | 
            +
                      
         | 
| 83 | 
            +
                    </ul>
         | 
| 84 | 
            +
                    <a href="#" class="inheritanceTree">show all</a>
         | 
| 85 | 
            +
                  
         | 
| 86 | 
            +
                  </dd>
         | 
| 87 | 
            +
                
         | 
| 88 | 
            +
              
         | 
| 89 | 
            +
              
         | 
| 90 | 
            +
                
         | 
| 91 | 
            +
              
         | 
| 92 | 
            +
                
         | 
| 93 | 
            +
              
         | 
| 94 | 
            +
              
         | 
| 95 | 
            +
              
         | 
| 96 | 
            +
                <dt class="r2 last">Defined in:</dt>
         | 
| 97 | 
            +
                <dd class="r2 last">lib/nesta-plugin-google-ads/init.rb</dd>
         | 
| 98 | 
            +
              
         | 
| 99 | 
            +
            </dl>
         | 
| 100 | 
            +
            <div class="clear"></div>
         | 
| 101 | 
            +
             | 
| 102 | 
            +
             | 
| 103 | 
            +
             | 
| 104 | 
            +
             | 
| 105 | 
            +
             | 
| 106 | 
            +
             | 
| 107 | 
            +
             | 
| 108 | 
            +
             | 
| 109 | 
            +
              
         | 
| 110 | 
            +
                <h2>
         | 
| 111 | 
            +
                  Class Method Summary
         | 
| 112 | 
            +
                  <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
         | 
| 113 | 
            +
                </h2>
         | 
| 114 | 
            +
             | 
| 115 | 
            +
                <ul class="summary">
         | 
| 116 | 
            +
                  
         | 
| 117 | 
            +
                    <li class="public ">
         | 
| 118 | 
            +
              <span class="summary_signature">
         | 
| 119 | 
            +
                
         | 
| 120 | 
            +
                  <a href="#google_ad-class_method" title="google_ad (class method)">+ (Object) <strong>google_ad</strong> </a>
         | 
| 121 | 
            +
                
         | 
| 122 | 
            +
             | 
| 123 | 
            +
                
         | 
| 124 | 
            +
              </span>
         | 
| 125 | 
            +
              
         | 
| 126 | 
            +
              
         | 
| 127 | 
            +
              
         | 
| 128 | 
            +
              
         | 
| 129 | 
            +
              
         | 
| 130 | 
            +
              
         | 
| 131 | 
            +
              
         | 
| 132 | 
            +
             | 
| 133 | 
            +
              
         | 
| 134 | 
            +
                <span class="summary_desc"><div class='inline'></div></span>
         | 
| 135 | 
            +
              
         | 
| 136 | 
            +
            </li>
         | 
| 137 | 
            +
             | 
| 138 | 
            +
                  
         | 
| 139 | 
            +
                </ul>
         | 
| 140 | 
            +
              
         | 
| 141 | 
            +
             | 
| 142 | 
            +
             | 
| 143 | 
            +
             | 
| 144 | 
            +
              <div id="class_method_details" class="method_details_list">
         | 
| 145 | 
            +
                <h2>Class Method Details</h2>
         | 
| 146 | 
            +
             | 
| 147 | 
            +
                
         | 
| 148 | 
            +
                  <div class="method_details first">
         | 
| 149 | 
            +
              <h3 class="signature first" id="google_ad-class_method">
         | 
| 150 | 
            +
              
         | 
| 151 | 
            +
                + (<tt>Object</tt>) <strong>google_ad</strong> 
         | 
| 152 | 
            +
              
         | 
| 153 | 
            +
             | 
| 154 | 
            +
              
         | 
| 155 | 
            +
             | 
| 156 | 
            +
              
         | 
| 157 | 
            +
            </h3><table class="source_code">
         | 
| 158 | 
            +
              <tr>
         | 
| 159 | 
            +
                <td>
         | 
| 160 | 
            +
                  <pre class="lines">
         | 
| 161 | 
            +
             | 
| 162 | 
            +
             | 
| 163 | 
            +
            32
         | 
| 164 | 
            +
            33
         | 
| 165 | 
            +
            34</pre>
         | 
| 166 | 
            +
                </td>
         | 
| 167 | 
            +
                <td>
         | 
| 168 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/nesta-plugin-google-ads/init.rb', line 32</span>
         | 
| 169 | 
            +
             | 
| 170 | 
            +
            <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_google_ad'>google_ad</span>
         | 
| 171 | 
            +
              <span class='id identifier rubyid_from_yaml'>from_yaml</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>google_ad</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span> <span class='op'>||</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
         | 
| 172 | 
            +
            <span class='kw'>end</span></pre>
         | 
| 173 | 
            +
                </td>
         | 
| 174 | 
            +
              </tr>
         | 
| 175 | 
            +
            </table>
         | 
| 176 | 
            +
            </div>
         | 
| 177 | 
            +
                
         | 
| 178 | 
            +
              </div>
         | 
| 179 | 
            +
             | 
| 180 | 
            +
            </div>
         | 
| 181 | 
            +
             | 
| 182 | 
            +
                <div id="footer">
         | 
| 183 | 
            +
              Generated on Thu Aug 23 15:53:22 2012 by
         | 
| 184 | 
            +
              <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 185 | 
            +
              0.8.2.1 (ruby-1.9.3).
         | 
| 186 | 
            +
            </div>
         | 
| 187 | 
            +
             | 
| 188 | 
            +
              </body>
         | 
| 189 | 
            +
            </html>
         | 
| @@ -0,0 +1,117 @@ | |
| 1 | 
            +
            <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         | 
| 2 | 
            +
              "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
         | 
| 3 | 
            +
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         | 
| 4 | 
            +
              <head>
         | 
| 5 | 
            +
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         | 
| 6 | 
            +
            <title>
         | 
| 7 | 
            +
              Module: Nesta::Plugin
         | 
| 8 | 
            +
              
         | 
| 9 | 
            +
                — Documentation by YARD 0.8.2.1
         | 
| 10 | 
            +
              
         | 
| 11 | 
            +
            </title>
         | 
| 12 | 
            +
             | 
| 13 | 
            +
              <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
         | 
| 14 | 
            +
             | 
| 15 | 
            +
              <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            <script type="text/javascript" charset="utf-8">
         | 
| 18 | 
            +
              hasFrames = window.top.frames.main ? true : false;
         | 
| 19 | 
            +
              relpath = '../';
         | 
| 20 | 
            +
              framesUrl = "../frames.html#!" + escape(window.location.href);
         | 
| 21 | 
            +
            </script>
         | 
| 22 | 
            +
             | 
| 23 | 
            +
             | 
| 24 | 
            +
              <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
         | 
| 25 | 
            +
             | 
| 26 | 
            +
              <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
         | 
| 27 | 
            +
             | 
| 28 | 
            +
             | 
| 29 | 
            +
              </head>
         | 
| 30 | 
            +
              <body>
         | 
| 31 | 
            +
                <div id="header">
         | 
| 32 | 
            +
                  <div id="menu">
         | 
| 33 | 
            +
              
         | 
| 34 | 
            +
                <a href="../_index.html">Index (P)</a> »
         | 
| 35 | 
            +
                <span class='title'><span class='object_link'><a href="../Nesta.html" title="Nesta (module)">Nesta</a></span></span>
         | 
| 36 | 
            +
                 » 
         | 
| 37 | 
            +
                <span class="title">Plugin</span>
         | 
| 38 | 
            +
              
         | 
| 39 | 
            +
             | 
| 40 | 
            +
              <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
         | 
| 41 | 
            +
            </div>
         | 
| 42 | 
            +
             | 
| 43 | 
            +
                  <div id="search">
         | 
| 44 | 
            +
              
         | 
| 45 | 
            +
                <a class="full_list_link" id="class_list_link"
         | 
| 46 | 
            +
                    href="../class_list.html">
         | 
| 47 | 
            +
                  Class List
         | 
| 48 | 
            +
                </a>
         | 
| 49 | 
            +
              
         | 
| 50 | 
            +
                <a class="full_list_link" id="method_list_link"
         | 
| 51 | 
            +
                    href="../method_list.html">
         | 
| 52 | 
            +
                  Method List
         | 
| 53 | 
            +
                </a>
         | 
| 54 | 
            +
              
         | 
| 55 | 
            +
                <a class="full_list_link" id="file_list_link"
         | 
| 56 | 
            +
                    href="../file_list.html">
         | 
| 57 | 
            +
                  File List
         | 
| 58 | 
            +
                </a>
         | 
| 59 | 
            +
              
         | 
| 60 | 
            +
            </div>
         | 
| 61 | 
            +
                  <div class="clear"></div>
         | 
| 62 | 
            +
                </div>
         | 
| 63 | 
            +
             | 
| 64 | 
            +
                <iframe id="search_frame"></iframe>
         | 
| 65 | 
            +
             | 
| 66 | 
            +
                <div id="content"><h1>Module: Nesta::Plugin
         | 
| 67 | 
            +
              
         | 
| 68 | 
            +
              
         | 
| 69 | 
            +
              
         | 
| 70 | 
            +
            </h1>
         | 
| 71 | 
            +
             | 
| 72 | 
            +
            <dl class="box">
         | 
| 73 | 
            +
              
         | 
| 74 | 
            +
              
         | 
| 75 | 
            +
                
         | 
| 76 | 
            +
              
         | 
| 77 | 
            +
                
         | 
| 78 | 
            +
              
         | 
| 79 | 
            +
              
         | 
| 80 | 
            +
              
         | 
| 81 | 
            +
                <dt class="r1 last">Defined in:</dt>
         | 
| 82 | 
            +
                <dd class="r1 last">lib/nesta-plugin-google-ads/init.rb<span class="defines">,<br />
         | 
| 83 | 
            +
              lib/nesta-plugin-google-ads/version.rb</span>
         | 
| 84 | 
            +
            </dd>
         | 
| 85 | 
            +
              
         | 
| 86 | 
            +
            </dl>
         | 
| 87 | 
            +
            <div class="clear"></div>
         | 
| 88 | 
            +
             | 
| 89 | 
            +
            <h2>Defined Under Namespace</h2>
         | 
| 90 | 
            +
            <p class="children">
         | 
| 91 | 
            +
              
         | 
| 92 | 
            +
                
         | 
| 93 | 
            +
                  <strong class="modules">Modules:</strong> <span class='object_link'><a href="Plugin/Google.html" title="Nesta::Plugin::Google (module)">Google</a></span>
         | 
| 94 | 
            +
                
         | 
| 95 | 
            +
              
         | 
| 96 | 
            +
                
         | 
| 97 | 
            +
              
         | 
| 98 | 
            +
            </p>
         | 
| 99 | 
            +
             | 
| 100 | 
            +
             | 
| 101 | 
            +
             | 
| 102 | 
            +
             | 
| 103 | 
            +
             | 
| 104 | 
            +
             | 
| 105 | 
            +
             | 
| 106 | 
            +
             | 
| 107 | 
            +
             | 
| 108 | 
            +
            </div>
         | 
| 109 | 
            +
             | 
| 110 | 
            +
                <div id="footer">
         | 
| 111 | 
            +
              Generated on Thu Aug 23 15:53:22 2012 by
         | 
| 112 | 
            +
              <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 113 | 
            +
              0.8.2.1 (ruby-1.9.3).
         | 
| 114 | 
            +
            </div>
         | 
| 115 | 
            +
             | 
| 116 | 
            +
              </body>
         | 
| 117 | 
            +
            </html>
         | 
| @@ -0,0 +1,115 @@ | |
| 1 | 
            +
            <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         | 
| 2 | 
            +
              "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
         | 
| 3 | 
            +
            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
         | 
| 4 | 
            +
              <head>
         | 
| 5 | 
            +
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         | 
| 6 | 
            +
            <title>
         | 
| 7 | 
            +
              Module: Nesta::Plugin::Google
         | 
| 8 | 
            +
              
         | 
| 9 | 
            +
                — Documentation by YARD 0.8.2.1
         | 
| 10 | 
            +
              
         | 
| 11 | 
            +
            </title>
         | 
| 12 | 
            +
             | 
| 13 | 
            +
              <link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
         | 
| 14 | 
            +
             | 
| 15 | 
            +
              <link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            <script type="text/javascript" charset="utf-8">
         | 
| 18 | 
            +
              hasFrames = window.top.frames.main ? true : false;
         | 
| 19 | 
            +
              relpath = '../../';
         | 
| 20 | 
            +
              framesUrl = "../../frames.html#!" + escape(window.location.href);
         | 
| 21 | 
            +
            </script>
         | 
| 22 | 
            +
             | 
| 23 | 
            +
             | 
| 24 | 
            +
              <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
         | 
| 25 | 
            +
             | 
| 26 | 
            +
              <script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
         | 
| 27 | 
            +
             | 
| 28 | 
            +
             | 
| 29 | 
            +
              </head>
         | 
| 30 | 
            +
              <body>
         | 
| 31 | 
            +
                <div id="header">
         | 
| 32 | 
            +
                  <div id="menu">
         | 
| 33 | 
            +
              
         | 
| 34 | 
            +
                <a href="../../_index.html">Index (G)</a> »
         | 
| 35 | 
            +
                <span class='title'><span class='object_link'><a href="../../Nesta.html" title="Nesta (module)">Nesta</a></span></span> » <span class='title'><span class='object_link'><a href="../Plugin.html" title="Nesta::Plugin (module)">Plugin</a></span></span>
         | 
| 36 | 
            +
                 » 
         | 
| 37 | 
            +
                <span class="title">Google</span>
         | 
| 38 | 
            +
              
         | 
| 39 | 
            +
             | 
| 40 | 
            +
              <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
         | 
| 41 | 
            +
            </div>
         | 
| 42 | 
            +
             | 
| 43 | 
            +
                  <div id="search">
         | 
| 44 | 
            +
              
         | 
| 45 | 
            +
                <a class="full_list_link" id="class_list_link"
         | 
| 46 | 
            +
                    href="../../class_list.html">
         | 
| 47 | 
            +
                  Class List
         | 
| 48 | 
            +
                </a>
         | 
| 49 | 
            +
              
         | 
| 50 | 
            +
                <a class="full_list_link" id="method_list_link"
         | 
| 51 | 
            +
                    href="../../method_list.html">
         | 
| 52 | 
            +
                  Method List
         | 
| 53 | 
            +
                </a>
         | 
| 54 | 
            +
              
         | 
| 55 | 
            +
                <a class="full_list_link" id="file_list_link"
         | 
| 56 | 
            +
                    href="../../file_list.html">
         | 
| 57 | 
            +
                  File List
         | 
| 58 | 
            +
                </a>
         | 
| 59 | 
            +
              
         | 
| 60 | 
            +
            </div>
         | 
| 61 | 
            +
                  <div class="clear"></div>
         | 
| 62 | 
            +
                </div>
         | 
| 63 | 
            +
             | 
| 64 | 
            +
                <iframe id="search_frame"></iframe>
         | 
| 65 | 
            +
             | 
| 66 | 
            +
                <div id="content"><h1>Module: Nesta::Plugin::Google
         | 
| 67 | 
            +
              
         | 
| 68 | 
            +
              
         | 
| 69 | 
            +
              
         | 
| 70 | 
            +
            </h1>
         | 
| 71 | 
            +
             | 
| 72 | 
            +
            <dl class="box">
         | 
| 73 | 
            +
              
         | 
| 74 | 
            +
              
         | 
| 75 | 
            +
                
         | 
| 76 | 
            +
              
         | 
| 77 | 
            +
                
         | 
| 78 | 
            +
              
         | 
| 79 | 
            +
              
         | 
| 80 | 
            +
              
         | 
| 81 | 
            +
                <dt class="r1 last">Defined in:</dt>
         | 
| 82 | 
            +
                <dd class="r1 last">lib/nesta-plugin-google-ads/version.rb</dd>
         | 
| 83 | 
            +
              
         | 
| 84 | 
            +
            </dl>
         | 
| 85 | 
            +
            <div class="clear"></div>
         | 
| 86 | 
            +
             | 
| 87 | 
            +
            <h2>Defined Under Namespace</h2>
         | 
| 88 | 
            +
            <p class="children">
         | 
| 89 | 
            +
              
         | 
| 90 | 
            +
                
         | 
| 91 | 
            +
                  <strong class="modules">Modules:</strong> <span class='object_link'><a href="Google/Ads.html" title="Nesta::Plugin::Google::Ads (module)">Ads</a></span>, <span class='object_link'><a href="Google/Ads.html" title="Google::Ads (module)">Ads</a></span>
         | 
| 92 | 
            +
                
         | 
| 93 | 
            +
              
         | 
| 94 | 
            +
                
         | 
| 95 | 
            +
              
         | 
| 96 | 
            +
            </p>
         | 
| 97 | 
            +
             | 
| 98 | 
            +
             | 
| 99 | 
            +
             | 
| 100 | 
            +
             | 
| 101 | 
            +
             | 
| 102 | 
            +
             | 
| 103 | 
            +
             | 
| 104 | 
            +
             | 
| 105 | 
            +
             | 
| 106 | 
            +
            </div>
         | 
| 107 | 
            +
             | 
| 108 | 
            +
                <div id="footer">
         | 
| 109 | 
            +
              Generated on Thu Aug 23 15:53:22 2012 by
         | 
| 110 | 
            +
              <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 111 | 
            +
              0.8.2.1 (ruby-1.9.3).
         | 
| 112 | 
            +
            </div>
         | 
| 113 | 
            +
             | 
| 114 | 
            +
              </body>
         | 
| 115 | 
            +
            </html>
         |