Class: DocuSign_eSign::GetPrincipalUserAuthorizationsOptions

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.



210
211
212
# File 'lib/docusign_esign/api/accounts_api.rb', line 210

def active_only
  @active_only
end

#countObject

Returns the value of attribute count.



213
214
215
# File 'lib/docusign_esign/api/accounts_api.rb', line 213

def count
  @count
end

#email_substringObject

Part (substring) of email we are searching for.



216
217
218
# File 'lib/docusign_esign/api/accounts_api.rb', line 216

def email_substring
  @email_substring
end

#include_closed_usersObject

Returns the value of attribute include_closed_users.



219
220
221
# File 'lib/docusign_esign/api/accounts_api.rb', line 219

def include_closed_users
  @include_closed_users
end

#permissionsObject

Returns the value of attribute permissions.



222
223
224
# File 'lib/docusign_esign/api/accounts_api.rb', line 222

def permissions
  @permissions
end

#start_positionObject

Returns the value of attribute start_position.



225
226
227
# File 'lib/docusign_esign/api/accounts_api.rb', line 225

def start_position
  @start_position
end

#task_sourceObject

Returns the value of attribute task_source.



228
229
230
# File 'lib/docusign_esign/api/accounts_api.rb', line 228

def task_source
  @task_source
end

#task_typeObject

Returns the value of attribute task_type.



231
232
233
# File 'lib/docusign_esign/api/accounts_api.rb', line 231

def task_type
  @task_type
end

#user_name_substringObject

Returns the value of attribute user_name_substring.



234
235
236
# File 'lib/docusign_esign/api/accounts_api.rb', line 234

def user_name_substring
  @user_name_substring
end

Class Method Details

.defaultObject



236
237
238
# File 'lib/docusign_esign/api/accounts_api.rb', line 236

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