Class: DocuSign_Rooms::GetRegionsOptions
- Inherits:
-
Object
- Object
- DocuSign_Rooms::GetRegionsOptions
- Defined in:
- lib/docusign_rooms/api/regions_api.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Number of regions to include in the response, (Default 100).
-
#managed_only ⇒ Object
When true, the response only includes regions that the calling user can manage.
-
#start_position ⇒ Object
Position in the overall list of regions to begin results.
Class Method Summary collapse
Instance Attribute Details
#count ⇒ Object
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_only ⇒ Object
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_position ⇒ Object
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
.default ⇒ Object
26 27 28 |
# File 'lib/docusign_rooms/api/regions_api.rb', line 26 def self.default @@default ||= GetRegionsOptions.new end |