Class: Debci::API
- Inherits:
-
SelfDocAPI
- Object
- Sinatra::Base
- App
- SelfDocAPI
- Debci::API
- Includes:
- TestHandler
- Defined in:
- lib/debci/api.rb
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 TestHandler
#enqueue, #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
Instance Attribute Details
#arch ⇒ Object (readonly)
Returns the value of attribute arch.
72 73 74 |
# File 'lib/debci/api.rb', line 72 def arch @arch end |
#suite ⇒ Object (readonly)
Returns the value of attribute suite.
72 73 74 |
# File 'lib/debci/api.rb', line 72 def suite @suite end |
#user ⇒ Object (readonly)
Returns the value of attribute user.
72 73 74 |
# File 'lib/debci/api.rb', line 72 def user @user end |