Class: DocusignDtr::Models::User
- Inherits:
-
Object
- Object
- DocusignDtr::Models::User
- Defined in:
- lib/docusign_dtr/models/user.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
Instance Method Summary collapse
Instance Attribute Details
#client ⇒ Object
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
#profile ⇒ Object
24 25 26 |
# File 'lib/docusign_dtr/models/user.rb', line 24 def profile ::DocusignDtr::Profile.new(client: client).find(user_id) end |