Module: Arango::Database::FoxxServices

Included in:
Arango::Database
Defined in:
lib/arango/database/foxx_services.rb

Overview

Arango Database FoxxServices

  • not implemented -

Instance Method Summary collapse

Instance Method Details

#commit_local_Service_stateObject



88
89
90
# File 'lib/arango/database/foxx_services.rb', line 88

def commit_local_Service_state
  # TODO
end

#disable_service_development_modeObject



60
61
62
# File 'lib/arango/database/foxx_services.rb', line 60

def disable_service_development_mode
  # TODO
end

#download_serviceObject



76
77
78
# File 'lib/arango/database/foxx_services.rb', line 76

def download_service
  # TODO
end

#enable_service_development_modeObject



56
57
58
# File 'lib/arango/database/foxx_services.rb', line 56

def enable_service_development_mode
  # TODO
end

#get_serviceObject



28
29
30
# File 'lib/arango/database/foxx_services.rb', line 28

def get_service
  # TODO
end

#get_service_configurationObject



32
33
34
# File 'lib/arango/database/foxx_services.rb', line 32

def get_service_configuration
  # TODO
end

#get_service_dependenciesObject



44
45
46
# File 'lib/arango/database/foxx_services.rb', line 44

def get_service_dependencies
  # TODO
end

#get_service_documentationObject



84
85
86
# File 'lib/arango/database/foxx_services.rb', line 84

def get_service_documentation
  # TODO
end

#get_service_readmeObject



80
81
82
# File 'lib/arango/database/foxx_services.rb', line 80

def get_service_readme
  # TODO
end

#install_serviceObject

FOXX ===



8
9
10
# File 'lib/arango/database/foxx_services.rb', line 8

def install_service
  # TODO
end

#list_service_scriptsObject



64
65
66
# File 'lib/arango/database/foxx_services.rb', line 64

def list_service_scripts
  # TODO
end

#list_servicesObject



24
25
26
# File 'lib/arango/database/foxx_services.rb', line 24

def list_services
  # TODO
end

#replace_serviceObject



12
13
14
# File 'lib/arango/database/foxx_services.rb', line 12

def replace_service
  # TODO
end

#replace_service_configurationObject



36
37
38
# File 'lib/arango/database/foxx_services.rb', line 36

def replace_service_configuration
  # TODO
end

#replace_service_dependenciesObject



48
49
50
# File 'lib/arango/database/foxx_services.rb', line 48

def replace_service_dependencies
  # TODO
end

#run_service_scriptObject



68
69
70
# File 'lib/arango/database/foxx_services.rb', line 68

def run_service_script
  # TODO
end

#run_service_testsObject



72
73
74
# File 'lib/arango/database/foxx_services.rb', line 72

def run_service_tests
  # TODO
end

#uninstall_serviceObject



20
21
22
# File 'lib/arango/database/foxx_services.rb', line 20

def uninstall_service
  # TODO
end

#update_service_configurationObject



40
41
42
# File 'lib/arango/database/foxx_services.rb', line 40

def update_service_configuration
  # TODO
end

#update_service_dependenciesObject



52
53
54
# File 'lib/arango/database/foxx_services.rb', line 52

def update_service_dependencies
  # TODO
end

#upgrade_serviceObject



16
17
18
# File 'lib/arango/database/foxx_services.rb', line 16

def upgrade_service
  # TODO
end