Class: SBF::Client::ContactEndpoint

Inherits:
EntityEndpoint show all
Defined in:
lib/stbaldricks/endpoints/contact.rb

Instance Attribute Summary

Attributes inherited from EntityEndpoint

#orig_target_class

Instance Method Summary collapse

Methods inherited from EntityEndpoint

#aggregate, #create, #delete, #find, #find_first, #get, #initialize, #save, #update

Constructor Details

This class inherits a constructor from SBF::Client::EntityEndpoint

Instance Method Details

#base_uriObject



7
8
9
# File 'lib/stbaldricks/endpoints/contact.rb', line 7

def base_uri
  "/#{SBF::Client::Api::VERSION}/contact"
end