Class: Miasma::Contrib::AzureApiCore
- Inherits:
-
Object
- Object
- Miasma::Contrib::AzureApiCore
- Defined in:
- lib/miasma/contrib/azure.rb
Overview
Core API for Azure access
Defined Under Namespace
Modules: ApiCommon Classes: Hmac, Signature, SignatureAzure
Class Method Summary collapse
-
.time_rfc1123 ⇒ String
Time in RFC 1123 format.
Class Method Details
.time_rfc1123 ⇒ String
15 16 17 |
# File 'lib/miasma/contrib/azure.rb', line 15 def self.time_rfc1123 Time.now.httpdate end |