Class: Debci::API

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

Instance Attribute Summary collapse

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

#read_request_user

Instance Attribute Details

#archObject (readonly)

Returns the value of attribute arch.



72
73
74
# File 'lib/debci/api.rb', line 72

def arch
  @arch
end

#suiteObject (readonly)

Returns the value of attribute suite.



72
73
74
# File 'lib/debci/api.rb', line 72

def suite
  @suite
end

#userObject (readonly)

Returns the value of attribute user.



72
73
74
# File 'lib/debci/api.rb', line 72

def user
  @user
end