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.
150 151 152 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 150 def count @count end |
#dpi ⇒ Object
Returns the value of attribute dpi.
153 154 155 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 153 def dpi @dpi end |
#max_height ⇒ Object
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_width ⇒ Object
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 |
#nocache ⇒ Object
Returns the value of attribute nocache.
162 163 164 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 162 def nocache @nocache end |
#show_changes ⇒ Object
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_position ⇒ Object
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
.default ⇒ Object
170 171 172 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 170 def self.default @@default ||= GetPagesOptions.new end |