| DEFAULT_SERVER_API_VERSION | = | "0" | ||
| SignatureResponse | = | Struct.new(:name) | ||
| VERSION | = | "2.1.1" | ||
| SigningObject | = | Struct.new(:http_method, :path, :body, :host, :timestamp, :user_id, :file, :proto_version, :headers) do include SignedHeaderAuth | SigningObjectA Struct-based value object that contains the necessary information to generate a request signature. `SignedHeaderAuth.signing_object()` provides a more convenient interface to the constructor. |
| logger | [RW] |