Class: DocuSign_Rooms::GetOfficesOptions

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#countObject

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



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

def count
  @count
end

#only_accessibleObject

When true, the response only includes offices accessible to the calling user.



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

def only_accessible
  @only_accessible
end

#searchObject

When specified, the response only includes offices whose names includes the specified search string.



27
28
29
# File 'lib/docusign_rooms/api/offices_api.rb', line 27

def search
  @search
end

#start_positionObject

Position in the overall list of offices to begin results.



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

def start_position
  @start_position
end

Class Method Details

.defaultObject



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

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