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
#get_page_params, get_page_range, #get_page_range, #pagination_params, #refresh!
Methods included from HTMLHelpers
#expand_pin_packages, #expand_url, #file_link, #history_url, #icon, #package_url, #title_test_trigger_pin
Instance Attribute Details
#arch ⇒ Object (readonly)
Returns the value of attribute arch.
74 75 76 |
# File 'lib/debci/api.rb', line 74 def arch @arch end |
#suite ⇒ Object (readonly)
Returns the value of attribute suite.
74 75 76 |
# File 'lib/debci/api.rb', line 74 def suite @suite end |
#user ⇒ Object (readonly)
Returns the value of attribute user.
74 75 76 |
# File 'lib/debci/api.rb', line 74 def user @user end |