Sha256: 8cc2b13e84ebe306b6f4cd1468e6183874cb9b2fcd39a8f5e59b3ee3c5eccc6f

Contents?: true

Size: 127 Bytes

Versions: 7

Compression:

Stored size: 127 Bytes

Contents

def create_client
  @client = Pardot::Client.new "user@test.com", "foo", "bar"
  @client.api_key = "my_api_key"
  @client
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ruby-pardot-1.3.2 spec/support/client_support.rb
ruby-pardot-1.3.1 spec/support/client_support.rb
ruby-pardot-1.3.0 spec/support/client_support.rb
ruby-pardot-1.2.0 spec/support/client_support.rb
ruby-pardot-1.1.0 spec/support/client_support.rb
ruby-pardot-1.0.2 spec/support/client_support.rb
ruby-pardot-1.0 spec/support/client_support.rb