Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::Google::Mock

Public Class Methods

etag() click to toggle source
# File lib/fog/google.rb, line 13
def self.etag
  hex(32)
end
hex(length) click to toggle source
# File lib/fog/google.rb, line 17
def self.hex(length)
  max = ('f' * length).to_i(16)
  rand(max).to_s(16)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.