Class: DocuSign_eSign::GetPagesOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetPagesOptions
- Defined in:
- lib/docusign_esign/api/envelopes_api.rb,
lib/docusign_esign/api/templates_api.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#dpi ⇒ Object
Returns the value of attribute dpi.
-
#max_height ⇒ Object
Returns the value of attribute max_height.
-
#max_width ⇒ Object
Returns the value of attribute max_width.
-
#nocache ⇒ Object
Returns the value of attribute nocache.
-
#show_changes ⇒ Object
Returns the value of attribute show_changes.
-
#start_position ⇒ Object
Returns the value of attribute start_position.
Class Method Summary collapse
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
201 202 203 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 201 def count @count end |
#dpi ⇒ Object
Returns the value of attribute dpi.
204 205 206 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 204 def dpi @dpi end |
#max_height ⇒ Object
Returns the value of attribute max_height.
207 208 209 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 207 def max_height @max_height end |
#max_width ⇒ Object
Returns the value of attribute max_width.
210 211 212 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 210 def max_width @max_width end |
#nocache ⇒ Object
Returns the value of attribute nocache.
213 214 215 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 213 def nocache @nocache end |
#show_changes ⇒ Object
Returns the value of attribute show_changes.
216 217 218 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 216 def show_changes @show_changes end |
#start_position ⇒ Object
Returns the value of attribute start_position.
219 220 221 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 219 def start_position @start_position end |
Class Method Details
.default ⇒ Object
221 222 223 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 221 def self.default @@default ||= GetPagesOptions.new end |