Class: DocuSign_Rooms::GetAssignableRolesOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_rooms/api/rooms_api.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#assignee_emailObject

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

#countObject

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

#filterObject

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_positionObject

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

.defaultObject



29
30
31
# File 'lib/docusign_rooms/api/rooms_api.rb', line 29

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