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.



141
142
143
# File 'lib/docusign_esign/api/envelopes_api.rb', line 141

def count
  @count
end

#dpiObject

Returns the value of attribute dpi.



144
145
146
# File 'lib/docusign_esign/api/envelopes_api.rb', line 144

def dpi
  @dpi
end

#max_heightObject

Returns the value of attribute max_height.



147
148
149
# File 'lib/docusign_esign/api/envelopes_api.rb', line 147

def max_height
  @max_height
end

#max_widthObject

Returns the value of attribute max_width.



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

def max_width
  @max_width
end

#nocacheObject

Returns the value of attribute nocache.



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

def nocache
  @nocache
end

#show_changesObject

Returns the value of attribute show_changes.



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

def show_changes
  @show_changes
end

#start_positionObject

Returns the value of attribute start_position.



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

def start_position
  @start_position
end

Class Method Details

.defaultObject



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

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