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.



151
152
153
# File 'lib/docusign_esign/api/envelopes_api.rb', line 151

def count
  @count
end

#dpiObject

Returns the value of attribute dpi.



154
155
156
# File 'lib/docusign_esign/api/envelopes_api.rb', line 154

def dpi
  @dpi
end

#max_heightObject

Returns the value of attribute max_height.



157
158
159
# File 'lib/docusign_esign/api/envelopes_api.rb', line 157

def max_height
  @max_height
end

#max_widthObject

Returns the value of attribute max_width.



160
161
162
# File 'lib/docusign_esign/api/envelopes_api.rb', line 160

def max_width
  @max_width
end

#nocacheObject

Returns the value of attribute nocache.



163
164
165
# File 'lib/docusign_esign/api/envelopes_api.rb', line 163

def nocache
  @nocache
end

#show_changesObject

Returns the value of attribute show_changes.



166
167
168
# File 'lib/docusign_esign/api/envelopes_api.rb', line 166

def show_changes
  @show_changes
end

#start_positionObject

Returns the value of attribute start_position.



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

def start_position
  @start_position
end

Class Method Details

.defaultObject



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

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