Class: DocusignDtr::Models::User

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_dtr/models/user.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#clientObject

Returns the value of attribute client.



22
23
24
# File 'lib/docusign_dtr/models/user.rb', line 22

def client
  @client
end

Instance Method Details

#profileObject



24
25
26
# File 'lib/docusign_dtr/models/user.rb', line 24

def profile
  ::DocusignDtr::Profile.new(client:).find(user_id)
end