Class: DocuSign_eSign::ListUsersOptions

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count.



51
52
53
# File 'lib/docusign_esign/api/connect_api.rb', line 51

def count
  @count
end

#email_substringObject

Returns the value of attribute email_substring.



54
55
56
# File 'lib/docusign_esign/api/connect_api.rb', line 54

def email_substring
  @email_substring
end

#list_included_usersObject

Returns the value of attribute list_included_users.



57
58
59
# File 'lib/docusign_esign/api/connect_api.rb', line 57

def list_included_users
  @list_included_users
end

#start_positionObject

Returns the value of attribute start_position.



60
61
62
# File 'lib/docusign_esign/api/connect_api.rb', line 60

def start_position
  @start_position
end

#statusObject

Returns the value of attribute status.



63
64
65
# File 'lib/docusign_esign/api/connect_api.rb', line 63

def status
  @status
end

#user_name_substringObject

Returns the value of attribute user_name_substring.



66
67
68
# File 'lib/docusign_esign/api/connect_api.rb', line 66

def user_name_substring
  @user_name_substring
end

Class Method Details

.defaultObject



68
69
70
# File 'lib/docusign_esign/api/connect_api.rb', line 68

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