Class: Debci::API
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- 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.
Instance Attribute Details
#arch ⇒ Object (readonly)
Returns the value of attribute arch
20 21 22 |
# File 'lib/debci/api.rb', line 20 def arch @arch end |
#suite ⇒ Object (readonly)
Returns the value of attribute suite
20 21 22 |
# File 'lib/debci/api.rb', line 20 def suite @suite end |
#user ⇒ Object (readonly)
Returns the value of attribute user
20 21 22 |
# File 'lib/debci/api.rb', line 20 def user @user end |