Class: DotloopApi::EndPoints::Contact

Inherits:
Batch
  • Object
show all
Defined in:
lib/dotloop_api/end_points/contact.rb

Constant Summary

Constants inherited from Batch

Batch::MAX_LOOPS

Instance Method Summary collapse

Methods inherited from Batch

#all, #batch

Methods inherited from Base

#all, #create, #delete, #find, #save, #single_path

Methods included from ModelBuilder

#build_details, #build_documents, #build_model

Constructor Details

#initialize(client:) ⇒ Contact

Returns a new instance of Contact.



4
5
6
# File 'lib/dotloop_api/end_points/contact.rb', line 4

def initialize(client:)
  super(client:, path: '/contact', type: DotloopApi::Models::Contact)
end