Method: HP::Cloud::ContainerResource#tempurl

Defined in:
lib/hpcloud/container_resource.rb

#tempurl(period) ⇒ Object



110
111
112
113
# File 'lib/hpcloud/container_resource.rb', line 110

def tempurl(period)
  @cstatus = CliStatus.new("Temporary URLs not supported on containers ':#{@container}'.", :incorrect_usage)
  return nil
end