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.



75
76
77
# File 'lib/docusign_esign/api/connect_api.rb', line 75

def count
  @count
end

#email_substringObject

Returns the value of attribute email_substring.



78
79
80
# File 'lib/docusign_esign/api/connect_api.rb', line 78

def email_substring
  @email_substring
end

#list_included_usersObject

Returns the value of attribute list_included_users.



81
82
83
# File 'lib/docusign_esign/api/connect_api.rb', line 81

def list_included_users
  @list_included_users
end

#start_positionObject

Returns the value of attribute start_position.



84
85
86
# File 'lib/docusign_esign/api/connect_api.rb', line 84

def start_position
  @start_position
end

#statusObject

Returns the value of attribute status.



87
88
89
# File 'lib/docusign_esign/api/connect_api.rb', line 87

def status
  @status
end

#user_name_substringObject

Returns the value of attribute user_name_substring.



90
91
92
# File 'lib/docusign_esign/api/connect_api.rb', line 90

def user_name_substring
  @user_name_substring
end

Class Method Details

.defaultObject



92
93
94
# File 'lib/docusign_esign/api/connect_api.rb', line 92

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