Class: DotloopApi::EndPoints::Profile

Inherits:
Base
  • Object
show all
Defined in:
lib/dotloop_api/end_points/profile.rb

Instance Method Summary collapse

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:) ⇒ Profile

Returns a new instance of Profile.



5
6
7
# File 'lib/dotloop_api/end_points/profile.rb', line 5

def initialize(client:)
  super(client:, path: '/profile', type: DotloopApi::Models::Profile)
end