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.



183
184
185
# File 'lib/docusign_esign/api/accounts_api.rb', line 183

def active_only
  @active_only
end

#countObject

Returns the value of attribute count.



186
187
188
# File 'lib/docusign_esign/api/accounts_api.rb', line 186

def count
  @count
end

#email_substringObject

Part (substring) of email we are searching for.



189
190
191
# File 'lib/docusign_esign/api/accounts_api.rb', line 189

def email_substring
  @email_substring
end

#include_closed_usersObject

Returns the value of attribute include_closed_users.



192
193
194
# File 'lib/docusign_esign/api/accounts_api.rb', line 192

def include_closed_users
  @include_closed_users
end

#permissionsObject

Returns the value of attribute permissions.



195
196
197
# File 'lib/docusign_esign/api/accounts_api.rb', line 195

def permissions
  @permissions
end

#start_positionObject

Returns the value of attribute start_position.



198
199
200
# File 'lib/docusign_esign/api/accounts_api.rb', line 198

def start_position
  @start_position
end

#user_name_substringObject

Returns the value of attribute user_name_substring.



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

def user_name_substring
  @user_name_substring
end

Class Method Details

.defaultObject



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

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