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.



201
202
203
# File 'lib/docusign_esign/api/accounts_api.rb', line 201

def active_only
  @active_only
end

#countObject

Returns the value of attribute count.



204
205
206
# File 'lib/docusign_esign/api/accounts_api.rb', line 204

def count
  @count
end

#email_substringObject

Part (substring) of email we are searching for.



207
208
209
# File 'lib/docusign_esign/api/accounts_api.rb', line 207

def email_substring
  @email_substring
end

#include_closed_usersObject

Returns the value of attribute include_closed_users.



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

def include_closed_users
  @include_closed_users
end

#permissionsObject

Returns the value of attribute permissions.



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

def permissions
  @permissions
end

#start_positionObject

Returns the value of attribute start_position.



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

def start_position
  @start_position
end

#user_name_substringObject

Returns the value of attribute user_name_substring.



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

def user_name_substring
  @user_name_substring
end

Class Method Details

.defaultObject



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

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