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.



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

def count
  @count
end

#email_substringObject

Returns the value of attribute email_substring.



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

def email_substring
  @email_substring
end

#list_included_usersObject

Returns the value of attribute list_included_users.



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

def list_included_users
  @list_included_users
end

#start_positionObject

Returns the value of attribute start_position.



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

def start_position
  @start_position
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#user_name_substringObject

Returns the value of attribute user_name_substring.



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

def user_name_substring
  @user_name_substring
end

Class Method Details

.defaultObject



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

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