Class: DocuSign_eSign::GetAgentUserAuthorizationsOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_esign/api/accounts_api.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#active_onlyObject

Returns the value of attribute active_only.



105
106
107
# File 'lib/docusign_esign/api/accounts_api.rb', line 105

def active_only
  @active_only
end

#countObject

Returns the value of attribute count.



108
109
110
# File 'lib/docusign_esign/api/accounts_api.rb', line 108

def count
  @count
end

#email_substringObject

Part (substring) of email we are searching for.



111
112
113
# File 'lib/docusign_esign/api/accounts_api.rb', line 111

def email_substring
  @email_substring
end

#include_closed_usersObject

Returns the value of attribute include_closed_users.



114
115
116
# File 'lib/docusign_esign/api/accounts_api.rb', line 114

def include_closed_users
  @include_closed_users
end

#permissionsObject

Returns the value of attribute permissions.



117
118
119
# File 'lib/docusign_esign/api/accounts_api.rb', line 117

def permissions
  @permissions
end

#start_positionObject

Returns the value of attribute start_position.



120
121
122
# File 'lib/docusign_esign/api/accounts_api.rb', line 120

def start_position
  @start_position
end

#user_name_substringObject

Returns the value of attribute user_name_substring.



123
124
125
# File 'lib/docusign_esign/api/accounts_api.rb', line 123

def user_name_substring
  @user_name_substring
end

Class Method Details

.defaultObject



125
126
127
# File 'lib/docusign_esign/api/accounts_api.rb', line 125

def self.default
  @@default ||= GetAgentUserAuthorizationsOptions.new
end