Class: Debci::API
- Inherits:
-
SelfDocAPI
- Object
- Sinatra::Base
- SelfDocAPI
- Debci::API
- 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 inherited from SelfDocAPI
doc, format_doc, get, post, register_doc
Instance Attribute Details
#arch ⇒ Object (readonly)
Returns the value of attribute arch
69 70 71 |
# File 'lib/debci/api.rb', line 69 def arch @arch end |
#suite ⇒ Object (readonly)
Returns the value of attribute suite
69 70 71 |
# File 'lib/debci/api.rb', line 69 def suite @suite end |
#user ⇒ Object (readonly)
Returns the value of attribute user
69 70 71 |
# File 'lib/debci/api.rb', line 69 def user @user end |