Class: DocuSign_eSign::GetPrincipalUserAuthorizationsOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetPrincipalUserAuthorizationsOptions
- Defined in:
- lib/docusign_esign/api/accounts_api.rb
Instance Attribute Summary collapse
-
#active_only ⇒ Object
Returns the value of attribute active_only.
-
#count ⇒ Object
Returns the value of attribute count.
-
#email_substring ⇒ Object
Returns the value of attribute email_substring.
-
#permissions ⇒ Object
Returns the value of attribute permissions.
-
#start_position ⇒ Object
Returns the value of attribute start_position.
-
#user_name_substring ⇒ Object
Returns the value of attribute user_name_substring.
Class Method Summary collapse
Instance Attribute Details
#active_only ⇒ Object
Returns the value of attribute active_only.
180 181 182 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 180 def active_only @active_only end |
#count ⇒ Object
Returns the value of attribute count.
183 184 185 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 183 def count @count end |
#email_substring ⇒ Object
Returns the value of attribute email_substring.
186 187 188 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 186 def email_substring @email_substring end |
#permissions ⇒ Object
Returns the value of attribute permissions.
189 190 191 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 189 def end |
#start_position ⇒ Object
Returns the value of attribute start_position.
192 193 194 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 192 def start_position @start_position end |
#user_name_substring ⇒ Object
Returns the value of attribute user_name_substring.
195 196 197 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 195 def user_name_substring @user_name_substring end |
Class Method Details
.default ⇒ Object
197 198 199 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 197 def self.default @@default ||= GetPrincipalUserAuthorizationsOptions.new end |