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



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

def password(ask=nil)
  @password
end

#user(ask = nil) ⇒ Object



135
136
137
# File 'lib/hammer_cli_foreman/testing/api_expectations.rb', line 135

def user(ask=nil)
  @user
end