Class: Debci::API

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from SelfDocAPI

doc, format_doc, get, post, register_doc

Instance Attribute Details

#archObject (readonly)

Returns the value of attribute arch



69
70
71
# File 'lib/debci/api.rb', line 69

def arch
  @arch
end

#suiteObject (readonly)

Returns the value of attribute suite



69
70
71
# File 'lib/debci/api.rb', line 69

def suite
  @suite
end

#userObject (readonly)

Returns the value of attribute user



69
70
71
# File 'lib/debci/api.rb', line 69

def user
  @user
end