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.



138
139
140
# File 'lib/docusign_esign/api/envelopes_api.rb', line 138

def count
  @count
end

#dpiObject

Returns the value of attribute dpi.



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

def dpi
  @dpi
end

#max_heightObject

Returns the value of attribute max_height.



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

def max_height
  @max_height
end

#max_widthObject

Returns the value of attribute max_width.



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

def max_width
  @max_width
end

#nocacheObject

Returns the value of attribute nocache.



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

def nocache
  @nocache
end

#show_changesObject

Returns the value of attribute show_changes.



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

def show_changes
  @show_changes
end

#start_positionObject

Returns the value of attribute start_position.



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

def start_position
  @start_position
end

Class Method Details

.defaultObject



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

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