service_client 0.1.3 → 0.1.5
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/doc/ServiceClient/Base.html +781 -0
- data/doc/ServiceClient/Errors/BadGatewayError.html +159 -0
- data/doc/ServiceClient/Errors/BadRequestError.html +159 -0
- data/doc/ServiceClient/Errors/BaseError.html +359 -0
- data/doc/ServiceClient/Errors/BlockedByWindowsParentalControlsError.html +159 -0
- data/doc/ServiceClient/Errors/ClientClosedRequestError.html +159 -0
- data/doc/ServiceClient/Errors/ConflictError.html +159 -0
- data/doc/ServiceClient/Errors/EnhanceYourCalmError.html +159 -0
- data/doc/ServiceClient/Errors/ExpectationFailedError.html +159 -0
- data/doc/ServiceClient/Errors/FailedDependencyError.html +159 -0
- data/doc/ServiceClient/Errors/ForbiddenError.html +159 -0
- data/doc/ServiceClient/Errors/GatewayTimeoutError.html +159 -0
- data/doc/ServiceClient/Errors/GoneError.html +159 -0
- data/doc/ServiceClient/Errors/HTTPVersionNotSupportedError.html +159 -0
- data/doc/ServiceClient/Errors/InsufficientStorageError.html +159 -0
- data/doc/ServiceClient/Errors/InternalServerError.html +159 -0
- data/doc/ServiceClient/Errors/LengthRequiredError.html +159 -0
- data/doc/ServiceClient/Errors/LockedError.html +159 -0
- data/doc/ServiceClient/Errors/LoopDetectedError.html +159 -0
- data/doc/ServiceClient/Errors/MethodNotAllowedError.html +159 -0
- data/doc/ServiceClient/Errors/NetworkAuthenticationRequiredError.html +159 -0
- data/doc/ServiceClient/Errors/NetworkConnectTimeoutError.html +159 -0
- data/doc/ServiceClient/Errors/NetworkReadTimeoutError.html +159 -0
- data/doc/ServiceClient/Errors/NoResponseError.html +159 -0
- data/doc/ServiceClient/Errors/NotAcceptableError.html +159 -0
- data/doc/ServiceClient/Errors/NotExtendedError.html +159 -0
- data/doc/ServiceClient/Errors/NotFoundError.html +159 -0
- data/doc/ServiceClient/Errors/NotImplementedError.html +159 -0
- data/doc/ServiceClient/Errors/PaymentRequiredError.html +159 -0
- data/doc/ServiceClient/Errors/PreconditionFailedError.html +159 -0
- data/doc/ServiceClient/Errors/PreconditionRequiredError.html +159 -0
- data/doc/ServiceClient/Errors/ProxyAuthenticationRequiredError.html +159 -0
- data/doc/ServiceClient/Errors/RequestEntityTooLargeError.html +159 -0
- data/doc/ServiceClient/Errors/RequestHeaderFieldsTooLargeError.html +159 -0
- data/doc/ServiceClient/Errors/RequestTimeoutError.html +159 -0
- data/doc/ServiceClient/Errors/RequestURITooLongError.html +159 -0
- data/doc/ServiceClient/Errors/RequestedRangeNotSatisfiableError.html +159 -0
- data/doc/ServiceClient/Errors/RetryWithError.html +159 -0
- data/doc/ServiceClient/Errors/ServiceUnavailableError.html +159 -0
- data/doc/ServiceClient/Errors/TooManyRequestsError.html +159 -0
- data/doc/ServiceClient/Errors/UnauthorizedError.html +159 -0
- data/doc/ServiceClient/Errors/UnavailableForLegalReasonsError.html +159 -0
- data/doc/ServiceClient/Errors/UnprocessableEntityError.html +159 -0
- data/doc/ServiceClient/Errors/UnsupportedMediaTypeError.html +159 -0
- data/doc/ServiceClient/Errors/UpgradeRequiredError.html +159 -0
- data/doc/ServiceClient/Errors/VariantAlsoNegotiatesError.html +159 -0
- data/doc/ServiceClient/Errors.html +325 -0
- data/doc/ServiceClient/ParamsRequired.html +135 -0
- data/doc/ServiceClient/Response.html +793 -0
- data/doc/ServiceClient.html +146 -0
- data/doc/_index.html +569 -0
- data/doc/class_list.html +51 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +58 -0
- data/doc/css/style.css +497 -0
- data/doc/file.README.html +243 -0
- data/doc/file_list.html +56 -0
- data/doc/frames.html +17 -0
- data/doc/index.html +249 -0
- data/doc/js/app.js +314 -0
- data/doc/js/full_list.js +216 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +171 -0
- data/doc/top-level-namespace.html +110 -0
- data/lib/service_client/base.rb +79 -24
- data/lib/service_client/errors.rb +18 -6
- data/lib/service_client/response.rb +24 -7
- data/lib/service_client/version.rb +1 -1
- metadata +69 -4
    
        data/doc/_index.html
    ADDED
    
    | @@ -0,0 +1,569 @@ | |
| 1 | 
            +
            <!DOCTYPE html>
         | 
| 2 | 
            +
            <html>
         | 
| 3 | 
            +
              <head>
         | 
| 4 | 
            +
                <meta charset="utf-8">
         | 
| 5 | 
            +
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
         | 
| 6 | 
            +
            <title>
         | 
| 7 | 
            +
              Documentation by YARD 0.9.28
         | 
| 8 | 
            +
              
         | 
| 9 | 
            +
            </title>
         | 
| 10 | 
            +
             | 
| 11 | 
            +
              <link rel="stylesheet" href="css/style.css" type="text/css" />
         | 
| 12 | 
            +
             | 
| 13 | 
            +
              <link rel="stylesheet" href="css/common.css" type="text/css" />
         | 
| 14 | 
            +
             | 
| 15 | 
            +
            <script type="text/javascript">
         | 
| 16 | 
            +
              pathId = null;
         | 
| 17 | 
            +
              relpath = '';
         | 
| 18 | 
            +
            </script>
         | 
| 19 | 
            +
             | 
| 20 | 
            +
             | 
| 21 | 
            +
              <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
         | 
| 22 | 
            +
             | 
| 23 | 
            +
              <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
         | 
| 24 | 
            +
             | 
| 25 | 
            +
             | 
| 26 | 
            +
              </head>
         | 
| 27 | 
            +
              <body>
         | 
| 28 | 
            +
                <div class="nav_wrap">
         | 
| 29 | 
            +
                  <iframe id="nav" src="class_list.html?1"></iframe>
         | 
| 30 | 
            +
                  <div id="resizer"></div>
         | 
| 31 | 
            +
                </div>
         | 
| 32 | 
            +
             | 
| 33 | 
            +
                <div id="main" tabindex="-1">
         | 
| 34 | 
            +
                  <div id="header">
         | 
| 35 | 
            +
                    <div id="menu">
         | 
| 36 | 
            +
              
         | 
| 37 | 
            +
            </div>
         | 
| 38 | 
            +
             | 
| 39 | 
            +
                    <div id="search">
         | 
| 40 | 
            +
              
         | 
| 41 | 
            +
                <a class="full_list_link" id="class_list_link"
         | 
| 42 | 
            +
                    href="class_list.html">
         | 
| 43 | 
            +
             | 
| 44 | 
            +
                    <svg width="24" height="24">
         | 
| 45 | 
            +
                      <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
         | 
| 46 | 
            +
                      <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
         | 
| 47 | 
            +
                      <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
         | 
| 48 | 
            +
                    </svg>
         | 
| 49 | 
            +
                </a>
         | 
| 50 | 
            +
              
         | 
| 51 | 
            +
            </div>
         | 
| 52 | 
            +
                    <div class="clear"></div>
         | 
| 53 | 
            +
                  </div>
         | 
| 54 | 
            +
             | 
| 55 | 
            +
                  <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.28</h1>
         | 
| 56 | 
            +
            <div id="listing">
         | 
| 57 | 
            +
              <h1 class="alphaindex">Alphabetic Index</h1>
         | 
| 58 | 
            +
              
         | 
| 59 | 
            +
              <h2>File Listing</h2>
         | 
| 60 | 
            +
              <ul id="files" class="index_inline_list">
         | 
| 61 | 
            +
              
         | 
| 62 | 
            +
              
         | 
| 63 | 
            +
                <li class="r1"><a href="index.html" title="README">README</a></li>
         | 
| 64 | 
            +
                
         | 
| 65 | 
            +
              
         | 
| 66 | 
            +
              </ul>
         | 
| 67 | 
            +
             | 
| 68 | 
            +
            <div class="clear"></div>
         | 
| 69 | 
            +
            <h2>Namespace Listing A-Z</h2>
         | 
| 70 | 
            +
             | 
| 71 | 
            +
             | 
| 72 | 
            +
             | 
| 73 | 
            +
             | 
| 74 | 
            +
            <table>
         | 
| 75 | 
            +
              <tr>
         | 
| 76 | 
            +
                <td valign='top' width="33%">
         | 
| 77 | 
            +
                  
         | 
| 78 | 
            +
                    
         | 
| 79 | 
            +
                    <ul id="alpha_B" class="alpha">
         | 
| 80 | 
            +
                      <li class="letter">B</li>
         | 
| 81 | 
            +
                      <ul>
         | 
| 82 | 
            +
                        
         | 
| 83 | 
            +
                          <li>
         | 
| 84 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/BadGatewayError.html" title="ServiceClient::Errors::BadGatewayError (class)">BadGatewayError</a></span>
         | 
| 85 | 
            +
                            
         | 
| 86 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 87 | 
            +
                            
         | 
| 88 | 
            +
                          </li>
         | 
| 89 | 
            +
                        
         | 
| 90 | 
            +
                          <li>
         | 
| 91 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/BadRequestError.html" title="ServiceClient::Errors::BadRequestError (class)">BadRequestError</a></span>
         | 
| 92 | 
            +
                            
         | 
| 93 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 94 | 
            +
                            
         | 
| 95 | 
            +
                          </li>
         | 
| 96 | 
            +
                        
         | 
| 97 | 
            +
                          <li>
         | 
| 98 | 
            +
                            <span class='object_link'><a href="ServiceClient/Base.html" title="ServiceClient::Base (class)">Base</a></span>
         | 
| 99 | 
            +
                            
         | 
| 100 | 
            +
                              <small>(ServiceClient)</small>
         | 
| 101 | 
            +
                            
         | 
| 102 | 
            +
                          </li>
         | 
| 103 | 
            +
                        
         | 
| 104 | 
            +
                          <li>
         | 
| 105 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/BaseError.html" title="ServiceClient::Errors::BaseError (class)">BaseError</a></span>
         | 
| 106 | 
            +
                            
         | 
| 107 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 108 | 
            +
                            
         | 
| 109 | 
            +
                          </li>
         | 
| 110 | 
            +
                        
         | 
| 111 | 
            +
                          <li>
         | 
| 112 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/BlockedByWindowsParentalControlsError.html" title="ServiceClient::Errors::BlockedByWindowsParentalControlsError (class)">BlockedByWindowsParentalControlsError</a></span>
         | 
| 113 | 
            +
                            
         | 
| 114 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 115 | 
            +
                            
         | 
| 116 | 
            +
                          </li>
         | 
| 117 | 
            +
                        
         | 
| 118 | 
            +
                      </ul>
         | 
| 119 | 
            +
                    </ul>
         | 
| 120 | 
            +
                  
         | 
| 121 | 
            +
                    
         | 
| 122 | 
            +
                    <ul id="alpha_C" class="alpha">
         | 
| 123 | 
            +
                      <li class="letter">C</li>
         | 
| 124 | 
            +
                      <ul>
         | 
| 125 | 
            +
                        
         | 
| 126 | 
            +
                          <li>
         | 
| 127 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/ClientClosedRequestError.html" title="ServiceClient::Errors::ClientClosedRequestError (class)">ClientClosedRequestError</a></span>
         | 
| 128 | 
            +
                            
         | 
| 129 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 130 | 
            +
                            
         | 
| 131 | 
            +
                          </li>
         | 
| 132 | 
            +
                        
         | 
| 133 | 
            +
                          <li>
         | 
| 134 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/ConflictError.html" title="ServiceClient::Errors::ConflictError (class)">ConflictError</a></span>
         | 
| 135 | 
            +
                            
         | 
| 136 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 137 | 
            +
                            
         | 
| 138 | 
            +
                          </li>
         | 
| 139 | 
            +
                        
         | 
| 140 | 
            +
                      </ul>
         | 
| 141 | 
            +
                    </ul>
         | 
| 142 | 
            +
                  
         | 
| 143 | 
            +
                    
         | 
| 144 | 
            +
                    <ul id="alpha_E" class="alpha">
         | 
| 145 | 
            +
                      <li class="letter">E</li>
         | 
| 146 | 
            +
                      <ul>
         | 
| 147 | 
            +
                        
         | 
| 148 | 
            +
                          <li>
         | 
| 149 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/EnhanceYourCalmError.html" title="ServiceClient::Errors::EnhanceYourCalmError (class)">EnhanceYourCalmError</a></span>
         | 
| 150 | 
            +
                            
         | 
| 151 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 152 | 
            +
                            
         | 
| 153 | 
            +
                          </li>
         | 
| 154 | 
            +
                        
         | 
| 155 | 
            +
                          <li>
         | 
| 156 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors.html" title="ServiceClient::Errors (module)">Errors</a></span>
         | 
| 157 | 
            +
                            
         | 
| 158 | 
            +
                              <small>(ServiceClient)</small>
         | 
| 159 | 
            +
                            
         | 
| 160 | 
            +
                          </li>
         | 
| 161 | 
            +
                        
         | 
| 162 | 
            +
                          <li>
         | 
| 163 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/ExpectationFailedError.html" title="ServiceClient::Errors::ExpectationFailedError (class)">ExpectationFailedError</a></span>
         | 
| 164 | 
            +
                            
         | 
| 165 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 166 | 
            +
                            
         | 
| 167 | 
            +
                          </li>
         | 
| 168 | 
            +
                        
         | 
| 169 | 
            +
                      </ul>
         | 
| 170 | 
            +
                    </ul>
         | 
| 171 | 
            +
                  
         | 
| 172 | 
            +
                    
         | 
| 173 | 
            +
                    <ul id="alpha_F" class="alpha">
         | 
| 174 | 
            +
                      <li class="letter">F</li>
         | 
| 175 | 
            +
                      <ul>
         | 
| 176 | 
            +
                        
         | 
| 177 | 
            +
                          <li>
         | 
| 178 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/FailedDependencyError.html" title="ServiceClient::Errors::FailedDependencyError (class)">FailedDependencyError</a></span>
         | 
| 179 | 
            +
                            
         | 
| 180 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 181 | 
            +
                            
         | 
| 182 | 
            +
                          </li>
         | 
| 183 | 
            +
                        
         | 
| 184 | 
            +
                          <li>
         | 
| 185 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/ForbiddenError.html" title="ServiceClient::Errors::ForbiddenError (class)">ForbiddenError</a></span>
         | 
| 186 | 
            +
                            
         | 
| 187 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 188 | 
            +
                            
         | 
| 189 | 
            +
                          </li>
         | 
| 190 | 
            +
                        
         | 
| 191 | 
            +
                      </ul>
         | 
| 192 | 
            +
                    </ul>
         | 
| 193 | 
            +
                  
         | 
| 194 | 
            +
                    
         | 
| 195 | 
            +
                    <ul id="alpha_G" class="alpha">
         | 
| 196 | 
            +
                      <li class="letter">G</li>
         | 
| 197 | 
            +
                      <ul>
         | 
| 198 | 
            +
                        
         | 
| 199 | 
            +
                          <li>
         | 
| 200 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/GatewayTimeoutError.html" title="ServiceClient::Errors::GatewayTimeoutError (class)">GatewayTimeoutError</a></span>
         | 
| 201 | 
            +
                            
         | 
| 202 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 203 | 
            +
                            
         | 
| 204 | 
            +
                          </li>
         | 
| 205 | 
            +
                        
         | 
| 206 | 
            +
                          <li>
         | 
| 207 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/GoneError.html" title="ServiceClient::Errors::GoneError (class)">GoneError</a></span>
         | 
| 208 | 
            +
                            
         | 
| 209 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 210 | 
            +
                            
         | 
| 211 | 
            +
                          </li>
         | 
| 212 | 
            +
                        
         | 
| 213 | 
            +
                      </ul>
         | 
| 214 | 
            +
                    </ul>
         | 
| 215 | 
            +
                  
         | 
| 216 | 
            +
                    
         | 
| 217 | 
            +
                    <ul id="alpha_H" class="alpha">
         | 
| 218 | 
            +
                      <li class="letter">H</li>
         | 
| 219 | 
            +
                      <ul>
         | 
| 220 | 
            +
                        
         | 
| 221 | 
            +
                          <li>
         | 
| 222 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/HTTPVersionNotSupportedError.html" title="ServiceClient::Errors::HTTPVersionNotSupportedError (class)">HTTPVersionNotSupportedError</a></span>
         | 
| 223 | 
            +
                            
         | 
| 224 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 225 | 
            +
                            
         | 
| 226 | 
            +
                          </li>
         | 
| 227 | 
            +
                        
         | 
| 228 | 
            +
                      </ul>
         | 
| 229 | 
            +
                    </ul>
         | 
| 230 | 
            +
                  
         | 
| 231 | 
            +
                    
         | 
| 232 | 
            +
                    <ul id="alpha_I" class="alpha">
         | 
| 233 | 
            +
                      <li class="letter">I</li>
         | 
| 234 | 
            +
                      <ul>
         | 
| 235 | 
            +
                        
         | 
| 236 | 
            +
                          <li>
         | 
| 237 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/InsufficientStorageError.html" title="ServiceClient::Errors::InsufficientStorageError (class)">InsufficientStorageError</a></span>
         | 
| 238 | 
            +
                            
         | 
| 239 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 240 | 
            +
                            
         | 
| 241 | 
            +
                          </li>
         | 
| 242 | 
            +
                        
         | 
| 243 | 
            +
                          <li>
         | 
| 244 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/InternalServerError.html" title="ServiceClient::Errors::InternalServerError (class)">InternalServerError</a></span>
         | 
| 245 | 
            +
                            
         | 
| 246 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 247 | 
            +
                            
         | 
| 248 | 
            +
                          </li>
         | 
| 249 | 
            +
                        
         | 
| 250 | 
            +
                      </ul>
         | 
| 251 | 
            +
                    </ul>
         | 
| 252 | 
            +
                  
         | 
| 253 | 
            +
                    
         | 
| 254 | 
            +
                      </td><td valign='top' width="33%">
         | 
| 255 | 
            +
                      
         | 
| 256 | 
            +
                    
         | 
| 257 | 
            +
                    <ul id="alpha_L" class="alpha">
         | 
| 258 | 
            +
                      <li class="letter">L</li>
         | 
| 259 | 
            +
                      <ul>
         | 
| 260 | 
            +
                        
         | 
| 261 | 
            +
                          <li>
         | 
| 262 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/LengthRequiredError.html" title="ServiceClient::Errors::LengthRequiredError (class)">LengthRequiredError</a></span>
         | 
| 263 | 
            +
                            
         | 
| 264 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 265 | 
            +
                            
         | 
| 266 | 
            +
                          </li>
         | 
| 267 | 
            +
                        
         | 
| 268 | 
            +
                          <li>
         | 
| 269 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/LockedError.html" title="ServiceClient::Errors::LockedError (class)">LockedError</a></span>
         | 
| 270 | 
            +
                            
         | 
| 271 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 272 | 
            +
                            
         | 
| 273 | 
            +
                          </li>
         | 
| 274 | 
            +
                        
         | 
| 275 | 
            +
                          <li>
         | 
| 276 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/LoopDetectedError.html" title="ServiceClient::Errors::LoopDetectedError (class)">LoopDetectedError</a></span>
         | 
| 277 | 
            +
                            
         | 
| 278 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 279 | 
            +
                            
         | 
| 280 | 
            +
                          </li>
         | 
| 281 | 
            +
                        
         | 
| 282 | 
            +
                      </ul>
         | 
| 283 | 
            +
                    </ul>
         | 
| 284 | 
            +
                  
         | 
| 285 | 
            +
                    
         | 
| 286 | 
            +
                    <ul id="alpha_M" class="alpha">
         | 
| 287 | 
            +
                      <li class="letter">M</li>
         | 
| 288 | 
            +
                      <ul>
         | 
| 289 | 
            +
                        
         | 
| 290 | 
            +
                          <li>
         | 
| 291 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/MethodNotAllowedError.html" title="ServiceClient::Errors::MethodNotAllowedError (class)">MethodNotAllowedError</a></span>
         | 
| 292 | 
            +
                            
         | 
| 293 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 294 | 
            +
                            
         | 
| 295 | 
            +
                          </li>
         | 
| 296 | 
            +
                        
         | 
| 297 | 
            +
                      </ul>
         | 
| 298 | 
            +
                    </ul>
         | 
| 299 | 
            +
                  
         | 
| 300 | 
            +
                    
         | 
| 301 | 
            +
                    <ul id="alpha_N" class="alpha">
         | 
| 302 | 
            +
                      <li class="letter">N</li>
         | 
| 303 | 
            +
                      <ul>
         | 
| 304 | 
            +
                        
         | 
| 305 | 
            +
                          <li>
         | 
| 306 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/NetworkAuthenticationRequiredError.html" title="ServiceClient::Errors::NetworkAuthenticationRequiredError (class)">NetworkAuthenticationRequiredError</a></span>
         | 
| 307 | 
            +
                            
         | 
| 308 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 309 | 
            +
                            
         | 
| 310 | 
            +
                          </li>
         | 
| 311 | 
            +
                        
         | 
| 312 | 
            +
                          <li>
         | 
| 313 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/NetworkConnectTimeoutError.html" title="ServiceClient::Errors::NetworkConnectTimeoutError (class)">NetworkConnectTimeoutError</a></span>
         | 
| 314 | 
            +
                            
         | 
| 315 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 316 | 
            +
                            
         | 
| 317 | 
            +
                          </li>
         | 
| 318 | 
            +
                        
         | 
| 319 | 
            +
                          <li>
         | 
| 320 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/NetworkReadTimeoutError.html" title="ServiceClient::Errors::NetworkReadTimeoutError (class)">NetworkReadTimeoutError</a></span>
         | 
| 321 | 
            +
                            
         | 
| 322 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 323 | 
            +
                            
         | 
| 324 | 
            +
                          </li>
         | 
| 325 | 
            +
                        
         | 
| 326 | 
            +
                          <li>
         | 
| 327 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/NoResponseError.html" title="ServiceClient::Errors::NoResponseError (class)">NoResponseError</a></span>
         | 
| 328 | 
            +
                            
         | 
| 329 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 330 | 
            +
                            
         | 
| 331 | 
            +
                          </li>
         | 
| 332 | 
            +
                        
         | 
| 333 | 
            +
                          <li>
         | 
| 334 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/NotAcceptableError.html" title="ServiceClient::Errors::NotAcceptableError (class)">NotAcceptableError</a></span>
         | 
| 335 | 
            +
                            
         | 
| 336 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 337 | 
            +
                            
         | 
| 338 | 
            +
                          </li>
         | 
| 339 | 
            +
                        
         | 
| 340 | 
            +
                          <li>
         | 
| 341 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/NotExtendedError.html" title="ServiceClient::Errors::NotExtendedError (class)">NotExtendedError</a></span>
         | 
| 342 | 
            +
                            
         | 
| 343 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 344 | 
            +
                            
         | 
| 345 | 
            +
                          </li>
         | 
| 346 | 
            +
                        
         | 
| 347 | 
            +
                          <li>
         | 
| 348 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/NotFoundError.html" title="ServiceClient::Errors::NotFoundError (class)">NotFoundError</a></span>
         | 
| 349 | 
            +
                            
         | 
| 350 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 351 | 
            +
                            
         | 
| 352 | 
            +
                          </li>
         | 
| 353 | 
            +
                        
         | 
| 354 | 
            +
                          <li>
         | 
| 355 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/NotImplementedError.html" title="ServiceClient::Errors::NotImplementedError (class)">NotImplementedError</a></span>
         | 
| 356 | 
            +
                            
         | 
| 357 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 358 | 
            +
                            
         | 
| 359 | 
            +
                          </li>
         | 
| 360 | 
            +
                        
         | 
| 361 | 
            +
                      </ul>
         | 
| 362 | 
            +
                    </ul>
         | 
| 363 | 
            +
                  
         | 
| 364 | 
            +
                    
         | 
| 365 | 
            +
                    <ul id="alpha_P" class="alpha">
         | 
| 366 | 
            +
                      <li class="letter">P</li>
         | 
| 367 | 
            +
                      <ul>
         | 
| 368 | 
            +
                        
         | 
| 369 | 
            +
                          <li>
         | 
| 370 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/PaymentRequiredError.html" title="ServiceClient::Errors::PaymentRequiredError (class)">PaymentRequiredError</a></span>
         | 
| 371 | 
            +
                            
         | 
| 372 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 373 | 
            +
                            
         | 
| 374 | 
            +
                          </li>
         | 
| 375 | 
            +
                        
         | 
| 376 | 
            +
                          <li>
         | 
| 377 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/PreconditionFailedError.html" title="ServiceClient::Errors::PreconditionFailedError (class)">PreconditionFailedError</a></span>
         | 
| 378 | 
            +
                            
         | 
| 379 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 380 | 
            +
                            
         | 
| 381 | 
            +
                          </li>
         | 
| 382 | 
            +
                        
         | 
| 383 | 
            +
                          <li>
         | 
| 384 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/PreconditionRequiredError.html" title="ServiceClient::Errors::PreconditionRequiredError (class)">PreconditionRequiredError</a></span>
         | 
| 385 | 
            +
                            
         | 
| 386 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 387 | 
            +
                            
         | 
| 388 | 
            +
                          </li>
         | 
| 389 | 
            +
                        
         | 
| 390 | 
            +
                          <li>
         | 
| 391 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/ProxyAuthenticationRequiredError.html" title="ServiceClient::Errors::ProxyAuthenticationRequiredError (class)">ProxyAuthenticationRequiredError</a></span>
         | 
| 392 | 
            +
                            
         | 
| 393 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 394 | 
            +
                            
         | 
| 395 | 
            +
                          </li>
         | 
| 396 | 
            +
                        
         | 
| 397 | 
            +
                      </ul>
         | 
| 398 | 
            +
                    </ul>
         | 
| 399 | 
            +
                  
         | 
| 400 | 
            +
                    
         | 
| 401 | 
            +
                    <ul id="alpha_R" class="alpha">
         | 
| 402 | 
            +
                      <li class="letter">R</li>
         | 
| 403 | 
            +
                      <ul>
         | 
| 404 | 
            +
                        
         | 
| 405 | 
            +
                          <li>
         | 
| 406 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/RequestEntityTooLargeError.html" title="ServiceClient::Errors::RequestEntityTooLargeError (class)">RequestEntityTooLargeError</a></span>
         | 
| 407 | 
            +
                            
         | 
| 408 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 409 | 
            +
                            
         | 
| 410 | 
            +
                          </li>
         | 
| 411 | 
            +
                        
         | 
| 412 | 
            +
                          <li>
         | 
| 413 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/RequestHeaderFieldsTooLargeError.html" title="ServiceClient::Errors::RequestHeaderFieldsTooLargeError (class)">RequestHeaderFieldsTooLargeError</a></span>
         | 
| 414 | 
            +
                            
         | 
| 415 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 416 | 
            +
                            
         | 
| 417 | 
            +
                          </li>
         | 
| 418 | 
            +
                        
         | 
| 419 | 
            +
                          <li>
         | 
| 420 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/RequestTimeoutError.html" title="ServiceClient::Errors::RequestTimeoutError (class)">RequestTimeoutError</a></span>
         | 
| 421 | 
            +
                            
         | 
| 422 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 423 | 
            +
                            
         | 
| 424 | 
            +
                          </li>
         | 
| 425 | 
            +
                        
         | 
| 426 | 
            +
                          <li>
         | 
| 427 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/RequestURITooLongError.html" title="ServiceClient::Errors::RequestURITooLongError (class)">RequestURITooLongError</a></span>
         | 
| 428 | 
            +
                            
         | 
| 429 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 430 | 
            +
                            
         | 
| 431 | 
            +
                          </li>
         | 
| 432 | 
            +
                        
         | 
| 433 | 
            +
                          <li>
         | 
| 434 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/RequestedRangeNotSatisfiableError.html" title="ServiceClient::Errors::RequestedRangeNotSatisfiableError (class)">RequestedRangeNotSatisfiableError</a></span>
         | 
| 435 | 
            +
                            
         | 
| 436 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 437 | 
            +
                            
         | 
| 438 | 
            +
                          </li>
         | 
| 439 | 
            +
                        
         | 
| 440 | 
            +
                          <li>
         | 
| 441 | 
            +
                            <span class='object_link'><a href="ServiceClient/Response.html" title="ServiceClient::Response (class)">Response</a></span>
         | 
| 442 | 
            +
                            
         | 
| 443 | 
            +
                              <small>(ServiceClient)</small>
         | 
| 444 | 
            +
                            
         | 
| 445 | 
            +
                          </li>
         | 
| 446 | 
            +
                        
         | 
| 447 | 
            +
                          <li>
         | 
| 448 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/RetryWithError.html" title="ServiceClient::Errors::RetryWithError (class)">RetryWithError</a></span>
         | 
| 449 | 
            +
                            
         | 
| 450 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 451 | 
            +
                            
         | 
| 452 | 
            +
                          </li>
         | 
| 453 | 
            +
                        
         | 
| 454 | 
            +
                      </ul>
         | 
| 455 | 
            +
                    </ul>
         | 
| 456 | 
            +
                  
         | 
| 457 | 
            +
                    
         | 
| 458 | 
            +
                    <ul id="alpha_S" class="alpha">
         | 
| 459 | 
            +
                      <li class="letter">S</li>
         | 
| 460 | 
            +
                      <ul>
         | 
| 461 | 
            +
                        
         | 
| 462 | 
            +
                          <li>
         | 
| 463 | 
            +
                            <span class='object_link'><a href="ServiceClient.html" title="ServiceClient (module)">ServiceClient</a></span>
         | 
| 464 | 
            +
                            
         | 
| 465 | 
            +
                          </li>
         | 
| 466 | 
            +
                        
         | 
| 467 | 
            +
                          <li>
         | 
| 468 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/ServiceUnavailableError.html" title="ServiceClient::Errors::ServiceUnavailableError (class)">ServiceUnavailableError</a></span>
         | 
| 469 | 
            +
                            
         | 
| 470 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 471 | 
            +
                            
         | 
| 472 | 
            +
                          </li>
         | 
| 473 | 
            +
                        
         | 
| 474 | 
            +
                      </ul>
         | 
| 475 | 
            +
                    </ul>
         | 
| 476 | 
            +
                  
         | 
| 477 | 
            +
                    
         | 
| 478 | 
            +
                    <ul id="alpha_T" class="alpha">
         | 
| 479 | 
            +
                      <li class="letter">T</li>
         | 
| 480 | 
            +
                      <ul>
         | 
| 481 | 
            +
                        
         | 
| 482 | 
            +
                          <li>
         | 
| 483 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/TooManyRequestsError.html" title="ServiceClient::Errors::TooManyRequestsError (class)">TooManyRequestsError</a></span>
         | 
| 484 | 
            +
                            
         | 
| 485 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 486 | 
            +
                            
         | 
| 487 | 
            +
                          </li>
         | 
| 488 | 
            +
                        
         | 
| 489 | 
            +
                      </ul>
         | 
| 490 | 
            +
                    </ul>
         | 
| 491 | 
            +
                  
         | 
| 492 | 
            +
                    
         | 
| 493 | 
            +
                    <ul id="alpha_U" class="alpha">
         | 
| 494 | 
            +
                      <li class="letter">U</li>
         | 
| 495 | 
            +
                      <ul>
         | 
| 496 | 
            +
                        
         | 
| 497 | 
            +
                          <li>
         | 
| 498 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/UnauthorizedError.html" title="ServiceClient::Errors::UnauthorizedError (class)">UnauthorizedError</a></span>
         | 
| 499 | 
            +
                            
         | 
| 500 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 501 | 
            +
                            
         | 
| 502 | 
            +
                          </li>
         | 
| 503 | 
            +
                        
         | 
| 504 | 
            +
                          <li>
         | 
| 505 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/UnavailableForLegalReasonsError.html" title="ServiceClient::Errors::UnavailableForLegalReasonsError (class)">UnavailableForLegalReasonsError</a></span>
         | 
| 506 | 
            +
                            
         | 
| 507 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 508 | 
            +
                            
         | 
| 509 | 
            +
                          </li>
         | 
| 510 | 
            +
                        
         | 
| 511 | 
            +
                          <li>
         | 
| 512 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/UnprocessableEntityError.html" title="ServiceClient::Errors::UnprocessableEntityError (class)">UnprocessableEntityError</a></span>
         | 
| 513 | 
            +
                            
         | 
| 514 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 515 | 
            +
                            
         | 
| 516 | 
            +
                          </li>
         | 
| 517 | 
            +
                        
         | 
| 518 | 
            +
                          <li>
         | 
| 519 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/UnsupportedMediaTypeError.html" title="ServiceClient::Errors::UnsupportedMediaTypeError (class)">UnsupportedMediaTypeError</a></span>
         | 
| 520 | 
            +
                            
         | 
| 521 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 522 | 
            +
                            
         | 
| 523 | 
            +
                          </li>
         | 
| 524 | 
            +
                        
         | 
| 525 | 
            +
                          <li>
         | 
| 526 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/UpgradeRequiredError.html" title="ServiceClient::Errors::UpgradeRequiredError (class)">UpgradeRequiredError</a></span>
         | 
| 527 | 
            +
                            
         | 
| 528 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 529 | 
            +
                            
         | 
| 530 | 
            +
                          </li>
         | 
| 531 | 
            +
                        
         | 
| 532 | 
            +
                      </ul>
         | 
| 533 | 
            +
                    </ul>
         | 
| 534 | 
            +
                  
         | 
| 535 | 
            +
                    
         | 
| 536 | 
            +
                      </td><td valign='top' width="33%">
         | 
| 537 | 
            +
                      
         | 
| 538 | 
            +
                    
         | 
| 539 | 
            +
                    <ul id="alpha_V" class="alpha">
         | 
| 540 | 
            +
                      <li class="letter">V</li>
         | 
| 541 | 
            +
                      <ul>
         | 
| 542 | 
            +
                        
         | 
| 543 | 
            +
                          <li>
         | 
| 544 | 
            +
                            <span class='object_link'><a href="ServiceClient/Errors/VariantAlsoNegotiatesError.html" title="ServiceClient::Errors::VariantAlsoNegotiatesError (class)">VariantAlsoNegotiatesError</a></span>
         | 
| 545 | 
            +
                            
         | 
| 546 | 
            +
                              <small>(ServiceClient::Errors)</small>
         | 
| 547 | 
            +
                            
         | 
| 548 | 
            +
                          </li>
         | 
| 549 | 
            +
                        
         | 
| 550 | 
            +
                      </ul>
         | 
| 551 | 
            +
                    </ul>
         | 
| 552 | 
            +
                  
         | 
| 553 | 
            +
                </td>
         | 
| 554 | 
            +
              </tr>
         | 
| 555 | 
            +
            </table>
         | 
| 556 | 
            +
             | 
| 557 | 
            +
            </div>
         | 
| 558 | 
            +
             | 
| 559 | 
            +
            </div>
         | 
| 560 | 
            +
             | 
| 561 | 
            +
                  <div id="footer">
         | 
| 562 | 
            +
              Generated on Thu Feb 23 08:25:38 2023 by
         | 
| 563 | 
            +
              <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 564 | 
            +
              0.9.28 (ruby-2.7.1).
         | 
| 565 | 
            +
            </div>
         | 
| 566 | 
            +
             | 
| 567 | 
            +
                </div>
         | 
| 568 | 
            +
              </body>
         | 
| 569 | 
            +
            </html>
         |