Method: Attached::Storage::Google#host

Defined in:
lib/attached/storage/google.rb

#hostObject

Access the host (e.g. attached.commondatastorage.googleapis.com/) for a storage service.

Usage:

storage.host


41
42
43
# File 'lib/attached/storage/google.rb', line 41

def host()
  "https://#{self.bucket}.commondatastorage.googleapis.com/"
end