Class: DocuSign_Rooms::GetAssignableRolesOptions
- Inherits:
-
Object
- Object
- DocuSign_Rooms::GetAssignableRolesOptions
- Defined in:
- lib/docusign_rooms/api/rooms_api.rb
Instance Attribute Summary collapse
-
#assignee_email ⇒ Object
Optional parameter indicating to only return roles (internal/external) assignable to this user.
-
#count ⇒ Object
The number of results to return.
-
#filter ⇒ Object
A search filter that returns assignable roles by the beginning of the role name.
-
#start_position ⇒ Object
The index position within the total result set from which to start returning values.
Class Method Summary collapse
Instance Attribute Details
#assignee_email ⇒ Object
Optional parameter indicating to only return roles (internal/external) assignable to this user.
18 19 20 |
# File 'lib/docusign_rooms/api/rooms_api.rb', line 18 def assignee_email @assignee_email end |
#count ⇒ Object
The number of results to return. This value must be a number between ‘1` and `100` (default).
27 28 29 |
# File 'lib/docusign_rooms/api/rooms_api.rb', line 27 def count @count end |
#filter ⇒ Object
A search filter that returns assignable roles by the beginning of the role name.
21 22 23 |
# File 'lib/docusign_rooms/api/rooms_api.rb', line 21 def filter @filter end |
#start_position ⇒ Object
The index position within the total result set from which to start returning values. The default value is ‘0`.
24 25 26 |
# File 'lib/docusign_rooms/api/rooms_api.rb', line 24 def start_position @start_position end |
Class Method Details
.default ⇒ Object
29 30 31 |
# File 'lib/docusign_rooms/api/rooms_api.rb', line 29 def self.default @@default ||= GetAssignableRolesOptions.new end |