# File lib/deltacloud/helpers/auth_helper.rb, line 23 def initialize(app) @app = app @provided = false end
# File lib/deltacloud/helpers/auth_helper.rb, line 33 def password credentials! @password end
# File lib/deltacloud/helpers/auth_helper.rb, line 38 def provided? @provided end
# File lib/deltacloud/helpers/auth_helper.rb, line 28 def user credentials! @user end