Class: MrMurano::Solution

Inherits:
SolutionBase show all
Defined in:
lib/MrMurano/Solution.rb

Instance Method Summary collapse

Methods inherited from SolutionBase

#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

Constructor Details

This class inherits a constructor from MrMurano::SolutionBase

Instance Method Details

#infoObject



308
309
310
# File 'lib/MrMurano/Solution.rb', line 308

def info
  get()
end

#listObject



312
313
314
# File 'lib/MrMurano/Solution.rb', line 312

def list
  get('/')
end

#logObject



316
317
318
# File 'lib/MrMurano/Solution.rb', line 316

def log
  get('/logs')
end

#versionObject



304
305
306
# File 'lib/MrMurano/Solution.rb', line 304

def version
  get('/version')
end