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.



168
169
170
# File 'lib/docusign_esign/api/envelopes_api.rb', line 168

def count
  @count
end

#dpiObject

Returns the value of attribute dpi.



171
172
173
# File 'lib/docusign_esign/api/envelopes_api.rb', line 171

def dpi
  @dpi
end

#max_heightObject

Returns the value of attribute max_height.



174
175
176
# File 'lib/docusign_esign/api/envelopes_api.rb', line 174

def max_height
  @max_height
end

#max_widthObject

Returns the value of attribute max_width.



177
178
179
# File 'lib/docusign_esign/api/envelopes_api.rb', line 177

def max_width
  @max_width
end

#nocacheObject

Returns the value of attribute nocache.



180
181
182
# File 'lib/docusign_esign/api/envelopes_api.rb', line 180

def nocache
  @nocache
end

#show_changesObject

Returns the value of attribute show_changes.



183
184
185
# File 'lib/docusign_esign/api/envelopes_api.rb', line 183

def show_changes
  @show_changes
end

#start_positionObject

Returns the value of attribute start_position.



186
187
188
# File 'lib/docusign_esign/api/envelopes_api.rb', line 186

def start_position
  @start_position
end

Class Method Details

.defaultObject



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

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