Class: DocuSign_Rooms::GetRolesOptions
- Inherits:
-
Object
- Object
- DocuSign_Rooms::GetRolesOptions
- Defined in:
- lib/docusign_rooms/api/roles_api.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#only_assignable ⇒ Object
Returns the value of attribute only_assignable.
-
#start_position ⇒ Object
Returns the value of attribute start_position.
Class Method Summary collapse
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
36 37 38 |
# File 'lib/docusign_rooms/api/roles_api.rb', line 36 def count @count end |
#filter ⇒ Object
Returns the value of attribute filter.
30 31 32 |
# File 'lib/docusign_rooms/api/roles_api.rb', line 30 def filter @filter end |
#only_assignable ⇒ Object
Returns the value of attribute only_assignable.
27 28 29 |
# File 'lib/docusign_rooms/api/roles_api.rb', line 27 def only_assignable @only_assignable end |
#start_position ⇒ Object
Returns the value of attribute start_position.
33 34 35 |
# File 'lib/docusign_rooms/api/roles_api.rb', line 33 def start_position @start_position end |
Class Method Details
.default ⇒ Object
38 39 40 |
# File 'lib/docusign_rooms/api/roles_api.rb', line 38 def self.default @@default ||= GetRolesOptions.new end |