Class: DocuSign_eSign::GetPagesOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_esign/api/envelopes_api.rb,
lib/docusign_esign/api/templates_api.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count.



189
190
191
# File 'lib/docusign_esign/api/envelopes_api.rb', line 189

def count
  @count
end

#dpiObject

Returns the value of attribute dpi.



192
193
194
# File 'lib/docusign_esign/api/envelopes_api.rb', line 192

def dpi
  @dpi
end

#max_heightObject

Returns the value of attribute max_height.



195
196
197
# File 'lib/docusign_esign/api/envelopes_api.rb', line 195

def max_height
  @max_height
end

#max_widthObject

Returns the value of attribute max_width.



198
199
200
# File 'lib/docusign_esign/api/envelopes_api.rb', line 198

def max_width
  @max_width
end

#nocacheObject

Returns the value of attribute nocache.



201
202
203
# File 'lib/docusign_esign/api/envelopes_api.rb', line 201

def nocache
  @nocache
end

#show_changesObject

Returns the value of attribute show_changes.



204
205
206
# File 'lib/docusign_esign/api/envelopes_api.rb', line 204

def show_changes
  @show_changes
end

#start_positionObject

Returns the value of attribute start_position.



207
208
209
# File 'lib/docusign_esign/api/envelopes_api.rb', line 207

def start_position
  @start_position
end

Class Method Details

.defaultObject



209
210
211
# File 'lib/docusign_esign/api/envelopes_api.rb', line 209

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