Class: Debci::API
- Inherits:
-
SelfDocAPI
- Object
- Sinatra::Base
- App
- SelfDocAPI
- Debci::API
- Includes:
- TestHandler, Validators::APTSource
- Defined in:
- lib/debci/api.rb
Constant Summary
Constants included from HTMLHelpers
Instance Attribute Summary collapse
-
#arch ⇒ Object
readonly
Returns the value of attribute arch.
-
#suite ⇒ Object
readonly
Returns the value of attribute suite.
-
#user ⇒ Object
readonly
Returns the value of attribute user.
Method Summary
Methods included from Validators::APTSource
Methods included from TestHandler
#enqueue, #get_job_to_retry, #request_batch_tests, #request_tests, #valid_package_name?, #validate_batch_test, #validate_priority, #validate_tests
Methods inherited from SelfDocAPI
doc, format_doc, get, post, register_doc
Methods inherited from App
#allow_browsing?, #authenticate!, #forbidden, #get_page_params, get_page_range, #get_page_range, #logged_in?, #logging_in?, #pagination_params, #refresh!
Methods included from HTMLHelpers
#ansi_to_html, #base_url, #download_url, #expand_pin_packages, #expand_url, #file_link, #history_url, #icon, #javascript_tag, #log_links, #log_url, #notice, notice, #package_url, #pkg_history_url, #static_url, static_url, #stylesheet_tag, #title_test_trigger_pin
Instance Attribute Details
#arch ⇒ Object (readonly)
Returns the value of attribute arch.
77 78 79 |
# File 'lib/debci/api.rb', line 77 def arch @arch end |
#suite ⇒ Object (readonly)
Returns the value of attribute suite.
77 78 79 |
# File 'lib/debci/api.rb', line 77 def suite @suite end |
#user ⇒ Object (readonly)
Returns the value of attribute user.
77 78 79 |
# File 'lib/debci/api.rb', line 77 def user @user end |