Class: Tripletexer::Endpoints::Crm

Inherits:
AbstractEndpoint show all
Defined in:
lib/tripletexer/endpoints/crm.rb

Defined Under Namespace

Classes: Prospect

Instance Method Summary collapse

Methods inherited from AbstractEndpoint

#initialize

Constructor Details

This class inherits a constructor from Tripletexer::Endpoints::AbstractEndpoint

Instance Method Details

#prospectObject



5
6
7
# File 'lib/tripletexer/endpoints/crm.rb', line 5

def prospect
  ::Tripletexer::Endpoints::Crm::Prospect.new(api_client)
end