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.



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

def count
  @count
end

#dpiObject

Returns the value of attribute dpi.



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

def dpi
  @dpi
end

#max_heightObject

Returns the value of attribute max_height.



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

def max_height
  @max_height
end

#max_widthObject

Returns the value of attribute max_width.



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

def max_width
  @max_width
end

#nocacheObject

Returns the value of attribute nocache.



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

def nocache
  @nocache
end

#show_changesObject

Returns the value of attribute show_changes.



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

def show_changes
  @show_changes
end

#start_positionObject

Returns the value of attribute start_position.



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

def start_position
  @start_position
end

Class Method Details

.defaultObject



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

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