Class: DocuSign_Rooms::GetRolesOptions

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count.



36
37
38
# File 'lib/docusign_rooms/api/roles_api.rb', line 36

def count
  @count
end

#filterObject

Returns the value of attribute filter.



30
31
32
# File 'lib/docusign_rooms/api/roles_api.rb', line 30

def filter
  @filter
end

#only_assignableObject

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_positionObject

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

.defaultObject



38
39
40
# File 'lib/docusign_rooms/api/roles_api.rb', line 38

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