module Ark::Client::Loader

Public Instance Methods

autoconfigure() click to toggle source
# File lib/ark/client/loader.rb, line 12
def autoconfigure
  get('api/loader/autoconfigure')
end
status() click to toggle source
# File lib/ark/client/loader.rb, line 4
def status
  get('api/loader/status')
end
sync() click to toggle source
# File lib/ark/client/loader.rb, line 8
def sync
  get('api/loader/status/sync')
end