Class: Debci::API

Inherits:
SelfDocAPI show all
Includes:
TestHandler, Validators::APTSource
Defined in:
lib/debci/api.rb

Constant Summary

Constants included from HTMLHelpers

HTMLHelpers::ICONS

Instance Attribute Summary collapse

Method Summary

Methods included from Validators::APTSource

#invalid_extra_apt_sources

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

#archObject (readonly)

Returns the value of attribute arch.



74
75
76
# File 'lib/debci/api.rb', line 74

def arch
  @arch
end

#suiteObject (readonly)

Returns the value of attribute suite.



74
75
76
# File 'lib/debci/api.rb', line 74

def suite
  @suite
end

#userObject (readonly)

Returns the value of attribute user.



74
75
76
# File 'lib/debci/api.rb', line 74

def user
  @user
end