Class: DocuSign_eSign::GetAgentUserAuthorizationsOptions

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.



123
124
125
# File 'lib/docusign_esign/api/accounts_api.rb', line 123

def active_only
  @active_only
end

#countObject

Returns the value of attribute count.



126
127
128
# File 'lib/docusign_esign/api/accounts_api.rb', line 126

def count
  @count
end

#email_substringObject

Part (substring) of email we are searching for.



129
130
131
# File 'lib/docusign_esign/api/accounts_api.rb', line 129

def email_substring
  @email_substring
end

#include_closed_usersObject

Returns the value of attribute include_closed_users.



132
133
134
# File 'lib/docusign_esign/api/accounts_api.rb', line 132

def include_closed_users
  @include_closed_users
end

#permissionsObject

Returns the value of attribute permissions.



135
136
137
# File 'lib/docusign_esign/api/accounts_api.rb', line 135

def permissions
  @permissions
end

#start_positionObject

Returns the value of attribute start_position.



138
139
140
# File 'lib/docusign_esign/api/accounts_api.rb', line 138

def start_position
  @start_position
end

#user_name_substringObject

Returns the value of attribute user_name_substring.



141
142
143
# File 'lib/docusign_esign/api/accounts_api.rb', line 141

def user_name_substring
  @user_name_substring
end

Class Method Details

.defaultObject



143
144
145
# File 'lib/docusign_esign/api/accounts_api.rb', line 143

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