class HammerCLIForeman::Testing::APIExpectations::FakeApiConnection

Attributes

authenticator[R]

Public Class Methods

new(params, options = {}) click to toggle source
Calls superclass method
# File lib/hammer_cli_foreman/testing/api_expectations.rb, line 152
def initialize(params, options = {})
  @authenticator = params[:authenticator]
  super
end