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
Returns the value of attribute count.
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#start_position ⇒ Object
Returns the value of attribute start_position.
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
Returns the value of attribute count.
27 28 29 |
# File 'lib/docusign_rooms/api/rooms_api.rb', line 27 def count @count end |
#filter ⇒ Object
Returns the value of attribute filter.
21 22 23 |
# File 'lib/docusign_rooms/api/rooms_api.rb', line 21 def filter @filter end |
#start_position ⇒ Object
Returns the value of attribute start_position.
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 |