module Asca

Constants

HOST
SCHEME
URI_BUNDLEIDS
URI_CERTIFICATES
URI_DEVICES
URI_PROFILES
VERSION

Public Class Methods

url_for_path(path) click to toggle source
# File lib/asca/consts.rb, line 5
def Asca.url_for_path(path)
    return SCHEME + '://' + HOST + '/' + path
end