Class: DocuSign_Rooms::GetRegionsOptions

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#countObject

Number of regions to include in the response, (Default 100).



18
19
20
# File 'lib/docusign_rooms/api/regions_api.rb', line 18

def count
  @count
end

#managed_onlyObject

When true, the response only includes regions that the calling user can manage.



24
25
26
# File 'lib/docusign_rooms/api/regions_api.rb', line 24

def managed_only
  @managed_only
end

#start_positionObject

Position in the overall list of regions to begin results.



21
22
23
# File 'lib/docusign_rooms/api/regions_api.rb', line 21

def start_position
  @start_position
end

Class Method Details

.defaultObject



26
27
28
# File 'lib/docusign_rooms/api/regions_api.rb', line 26

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