class Miasma::Contrib::AzureApiCore

Core API for Azure access

Public Class Methods

time_rfc1123() click to toggle source

@return [String] time in RFC 1123 format

# File lib/miasma/contrib/azure.rb, line 15
def self.time_rfc1123
  Time.now.httpdate
end