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.
141 142 143 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 141 def count @count end |
#dpi ⇒ Object
Returns the value of attribute dpi.
144 145 146 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 144 def dpi @dpi end |
#max_height ⇒ Object
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_width ⇒ Object
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 |
#nocache ⇒ Object
Returns the value of attribute nocache.
153 154 155 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 153 def nocache @nocache end |
#show_changes ⇒ Object
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_position ⇒ Object
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
.default ⇒ Object
161 162 163 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 161 def self.default @@default ||= GetPagesOptions.new end |