Class: Debci::API

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/debci/api.rb

Instance Attribute Summary collapse

Instance Attribute Details

#archObject (readonly)

Returns the value of attribute arch



20
21
22
# File 'lib/debci/api.rb', line 20

def arch
  @arch
end

#suiteObject (readonly)

Returns the value of attribute suite



20
21
22
# File 'lib/debci/api.rb', line 20

def suite
  @suite
end

#userObject (readonly)

Returns the value of attribute user



20
21
22
# File 'lib/debci/api.rb', line 20

def user
  @user
end