Class: HammerCLIForeman::Testing::APIExpectations::TestAuthenticator

Inherits:
ApipieBindings::Authenticators::BasicAuth
  • Object
show all
Defined in:
lib/hammer_cli_foreman/testing/api_expectations.rb

Instance Method Summary collapse

Instance Method Details

#password(ask = nil) ⇒ Object



144
145
146
# File 'lib/hammer_cli_foreman/testing/api_expectations.rb', line 144

def password(ask=nil)
  @password
end

#user(ask = nil) ⇒ Object



140
141
142
# File 'lib/hammer_cli_foreman/testing/api_expectations.rb', line 140

def user(ask=nil)
  @user
end