Class: MrMurano::Solution
Instance Method Summary
collapse
#docmp, #dodiff, #download, #endPoint, #initialize, #localitems, #locallist, #removelocal, #status, #syncdown, #synckey, #syncup, #toRemoteItem, #tolocalname, #tolocalpath
Methods included from Verbose
#debug, #verbose
Methods included from Http
#curldebug, #delete, #get, #http, #http_reset, #json_opts, #post, #postf, #put, #set_def_headers, #showHttpError, #token, #tryToPrettyJSON, #workit
Instance Method Details
#info ⇒ Object
308
309
310
|
# File 'lib/MrMurano/Solution.rb', line 308
def info
get()
end
|
#list ⇒ Object
312
313
314
|
# File 'lib/MrMurano/Solution.rb', line 312
def list
get('/')
end
|
#log ⇒ Object
316
317
318
|
# File 'lib/MrMurano/Solution.rb', line 316
def log
get('/logs')
end
|
#version ⇒ Object
304
305
306
|
# File 'lib/MrMurano/Solution.rb', line 304
def version
get('/version')
end
|