Method: Akamai::Netstorage#dir

Defined in:
lib/akamai/netstorage.rb

#dir(ns_path, option = {}) ⇒ Object



134
135
136
137
138
# File 'lib/akamai/netstorage.rb', line 134

def dir(ns_path, option={})
    return _request(action: "dir&format=xml&#{URI.encode_www_form(option)}",
                    method: "GET",
                    path: ns_path)
end