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
- #commit_local_Service_state ⇒ Object
- #disable_service_development_mode ⇒ Object
- #download_service ⇒ Object
- #enable_service_development_mode ⇒ Object
- #get_service ⇒ Object
- #get_service_configuration ⇒ Object
- #get_service_dependencies ⇒ Object
- #get_service_documentation ⇒ Object
- #get_service_readme ⇒ Object
- 
  
    
      #install_service  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    FOXX ===.
- #list_service_scripts ⇒ Object
- #list_services ⇒ Object
- #replace_service ⇒ Object
- #replace_service_configuration ⇒ Object
- #replace_service_dependencies ⇒ Object
- #run_service_script ⇒ Object
- #run_service_tests ⇒ Object
- #uninstall_service ⇒ Object
- #update_service_configuration ⇒ Object
- #update_service_dependencies ⇒ Object
- #upgrade_service ⇒ Object
Instance Method Details
#commit_local_Service_state ⇒ Object
| 88 89 90 | # File 'lib/arango/database/foxx_services.rb', line 88 def commit_local_Service_state # TODO end | 
#disable_service_development_mode ⇒ Object
| 60 61 62 | # File 'lib/arango/database/foxx_services.rb', line 60 def disable_service_development_mode # TODO end | 
#download_service ⇒ Object
| 76 77 78 | # File 'lib/arango/database/foxx_services.rb', line 76 def download_service # TODO end | 
#enable_service_development_mode ⇒ Object
| 56 57 58 | # File 'lib/arango/database/foxx_services.rb', line 56 def enable_service_development_mode # TODO end | 
#get_service ⇒ Object
| 28 29 30 | # File 'lib/arango/database/foxx_services.rb', line 28 def get_service # TODO end | 
#get_service_configuration ⇒ Object
| 32 33 34 | # File 'lib/arango/database/foxx_services.rb', line 32 def get_service_configuration # TODO end | 
#get_service_dependencies ⇒ Object
| 44 45 46 | # File 'lib/arango/database/foxx_services.rb', line 44 def get_service_dependencies # TODO end | 
#get_service_documentation ⇒ Object
| 84 85 86 | # File 'lib/arango/database/foxx_services.rb', line 84 def get_service_documentation # TODO end | 
#get_service_readme ⇒ Object
| 80 81 82 | # File 'lib/arango/database/foxx_services.rb', line 80 def get_service_readme # TODO end | 
#install_service ⇒ Object
FOXX ===
| 8 9 10 | # File 'lib/arango/database/foxx_services.rb', line 8 def install_service # TODO end | 
#list_service_scripts ⇒ Object
| 64 65 66 | # File 'lib/arango/database/foxx_services.rb', line 64 def list_service_scripts # TODO end | 
#list_services ⇒ Object
| 24 25 26 | # File 'lib/arango/database/foxx_services.rb', line 24 def list_services # TODO end | 
#replace_service ⇒ Object
| 12 13 14 | # File 'lib/arango/database/foxx_services.rb', line 12 def replace_service # TODO end | 
#replace_service_configuration ⇒ Object
| 36 37 38 | # File 'lib/arango/database/foxx_services.rb', line 36 def replace_service_configuration # TODO end | 
#replace_service_dependencies ⇒ Object
| 48 49 50 | # File 'lib/arango/database/foxx_services.rb', line 48 def replace_service_dependencies # TODO end | 
#run_service_script ⇒ Object
| 68 69 70 | # File 'lib/arango/database/foxx_services.rb', line 68 def run_service_script # TODO end | 
#run_service_tests ⇒ Object
| 72 73 74 | # File 'lib/arango/database/foxx_services.rb', line 72 def run_service_tests # TODO end | 
#uninstall_service ⇒ Object
| 20 21 22 | # File 'lib/arango/database/foxx_services.rb', line 20 def uninstall_service # TODO end | 
#update_service_configuration ⇒ Object
| 40 41 42 | # File 'lib/arango/database/foxx_services.rb', line 40 def update_service_configuration # TODO end | 
#update_service_dependencies ⇒ Object
| 52 53 54 | # File 'lib/arango/database/foxx_services.rb', line 52 def update_service_dependencies # TODO end | 
#upgrade_service ⇒ Object
| 16 17 18 | # File 'lib/arango/database/foxx_services.rb', line 16 def upgrade_service # TODO end |