class HammerCLIForeman::Testing::APIExpectations::TestAuthenticator

Public Instance Methods

password(ask=nil) click to toggle source
# File lib/hammer_cli_foreman/testing/api_expectations.rb, line 139
def password(ask=nil)
  @password
end
user(ask=nil) click to toggle source
# File lib/hammer_cli_foreman/testing/api_expectations.rb, line 135
def user(ask=nil)
  @user
end