Class: DocuSign_eSign::TemplateTabs
- Inherits:
-
Object
- Object
- DocuSign_eSign::TemplateTabs
- Defined in:
- lib/docusign_esign/models/template_tabs.rb
Instance Attribute Summary collapse
-
#approve_tabs ⇒ Object
Specifies a tag on the document where you want the recipient to approve documents in an envelope without placing a signature or initials on the document.
-
#checkbox_tabs ⇒ Object
Specifies a tag on the document in a location where the recipient can select an option.
-
#comment_thread_tabs ⇒ Object
Returns the value of attribute comment_thread_tabs.
-
#commission_county_tabs ⇒ Object
Returns the value of attribute commission_county_tabs.
-
#commission_expiration_tabs ⇒ Object
Returns the value of attribute commission_expiration_tabs.
-
#commission_number_tabs ⇒ Object
Returns the value of attribute commission_number_tabs.
-
#commission_state_tabs ⇒ Object
Returns the value of attribute commission_state_tabs.
-
#company_tabs ⇒ Object
Specifies a tag on the document where you want the recipient’s company name to appear.
-
#date_signed_tabs ⇒ Object
Specifies a tab on the document where the date the document was signed will automatically appear.
-
#date_tabs ⇒ Object
Specifies a tab on the document where you want the recipient to enter a date.
-
#decline_tabs ⇒ Object
Specifies a tag on the document where you want to give the recipient the option of declining an envelope.
-
#draw_tabs ⇒ Object
Returns the value of attribute draw_tabs.
-
#email_address_tabs ⇒ Object
Specifies a location on the document where you want where you want the recipient’s email, as entered in the recipient information, to display.
-
#email_tabs ⇒ Object
Specifies a tag on the document where you want the recipient to enter an email.
-
#envelope_id_tabs ⇒ Object
Specifies a tag on the document where you want the envelope ID for to appear.
-
#first_name_tabs ⇒ Object
Specifies tag on a document where you want the recipient’s first name to appear.
-
#formula_tabs ⇒ Object
Specifies a tag that is used to add a calculated field to a document.
-
#full_name_tabs ⇒ Object
Specifies a tag on the document where you want the recipient’s name to appear.
-
#initial_here_tabs ⇒ Object
Specifies a tag location in the document at which a recipient will place their initials.
-
#last_name_tabs ⇒ Object
Specifies a tag on a document where you want the recipient’s last name to appear.
-
#list_tabs ⇒ Object
Specify this tag to give your recipient a list of options, presented as a drop-down list, from which they can select.
-
#notarize_tabs ⇒ Object
Returns the value of attribute notarize_tabs.
-
#notary_seal_tabs ⇒ Object
Returns the value of attribute notary_seal_tabs.
-
#note_tabs ⇒ Object
Specifies a location on the document where you want to place additional information, in the form of a note, for a recipient.
-
#number_tabs ⇒ Object
Specifies a tag on the document where you want the recipient to enter a number.
-
#numerical_tabs ⇒ Object
Returns the value of attribute numerical_tabs.
-
#phone_number_tabs ⇒ Object
Returns the value of attribute phone_number_tabs.
-
#poly_line_overlay_tabs ⇒ Object
Returns the value of attribute poly_line_overlay_tabs.
-
#prefill_tabs ⇒ Object
Prefill tabs are tabs that the sender can fill in before the envelope is sent.
-
#radio_group_tabs ⇒ Object
Specifies a tag on the document in a location where the recipient can select one option from a group of options using a radio button.
-
#sign_here_tabs ⇒ Object
A complex type the contains information about the tag that specifies where the recipient places their signature in the document.
-
#signer_attachment_tabs ⇒ Object
Specifies a tag on the document when you want the recipient to add supporting documents to an envelope.
-
#smart_section_tabs ⇒ Object
Returns the value of attribute smart_section_tabs.
-
#ssn_tabs ⇒ Object
Specifies a tag on the document where you want the recipient to enter a Social Security Number (SSN).
-
#tab_groups ⇒ Object
Returns the value of attribute tab_groups.
-
#text_tabs ⇒ Object
Specifies a that that is an adaptable field that allows the recipient to enter different text information.
-
#title_tabs ⇒ Object
Specifies a tag on the document where you want the recipient’s title to appear.
-
#view_tabs ⇒ Object
Returns the value of attribute view_tabs.
-
#zip_tabs ⇒ Object
Specifies a tag on the document where you want the recipient to enter a ZIP code.
Class Method Summary collapse
-
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
-
.swagger_types ⇒ Object
Attribute type mapping.
Instance Method Summary collapse
-
#==(o) ⇒ Object
Checks equality by comparing each attribute.
-
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type.
-
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash.
-
#build_from_hash(attributes) ⇒ Object
Builds the object from hash.
- #eql?(o) ⇒ Boolean
-
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
-
#initialize(attributes = {}) ⇒ TemplateTabs
constructor
Initializes the object.
-
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons.
-
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility).
-
#to_hash ⇒ Hash
Returns the object in the form of hash.
-
#to_s ⇒ String
Returns the string representation of the object.
-
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid.
Constructor Details
#initialize(attributes = {}) ⇒ TemplateTabs
Initializes the object
225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 225 def initialize(attributes = {}) return unless attributes.is_a?(Hash) # convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v } if attributes.has_key?(:'approveTabs') if (value = attributes[:'approveTabs']).is_a?(Array) self.approve_tabs = value end end if attributes.has_key?(:'checkboxTabs') if (value = attributes[:'checkboxTabs']).is_a?(Array) self.checkbox_tabs = value end end if attributes.has_key?(:'commentThreadTabs') if (value = attributes[:'commentThreadTabs']).is_a?(Array) self.comment_thread_tabs = value end end if attributes.has_key?(:'commissionCountyTabs') if (value = attributes[:'commissionCountyTabs']).is_a?(Array) self.commission_county_tabs = value end end if attributes.has_key?(:'commissionExpirationTabs') if (value = attributes[:'commissionExpirationTabs']).is_a?(Array) self.commission_expiration_tabs = value end end if attributes.has_key?(:'commissionNumberTabs') if (value = attributes[:'commissionNumberTabs']).is_a?(Array) self.commission_number_tabs = value end end if attributes.has_key?(:'commissionStateTabs') if (value = attributes[:'commissionStateTabs']).is_a?(Array) self.commission_state_tabs = value end end if attributes.has_key?(:'companyTabs') if (value = attributes[:'companyTabs']).is_a?(Array) self.company_tabs = value end end if attributes.has_key?(:'dateSignedTabs') if (value = attributes[:'dateSignedTabs']).is_a?(Array) self.date_signed_tabs = value end end if attributes.has_key?(:'dateTabs') if (value = attributes[:'dateTabs']).is_a?(Array) self.date_tabs = value end end if attributes.has_key?(:'declineTabs') if (value = attributes[:'declineTabs']).is_a?(Array) self.decline_tabs = value end end if attributes.has_key?(:'drawTabs') if (value = attributes[:'drawTabs']).is_a?(Array) self.draw_tabs = value end end if attributes.has_key?(:'emailAddressTabs') if (value = attributes[:'emailAddressTabs']).is_a?(Array) self.email_address_tabs = value end end if attributes.has_key?(:'emailTabs') if (value = attributes[:'emailTabs']).is_a?(Array) self.email_tabs = value end end if attributes.has_key?(:'envelopeIdTabs') if (value = attributes[:'envelopeIdTabs']).is_a?(Array) self.envelope_id_tabs = value end end if attributes.has_key?(:'firstNameTabs') if (value = attributes[:'firstNameTabs']).is_a?(Array) self.first_name_tabs = value end end if attributes.has_key?(:'formulaTabs') if (value = attributes[:'formulaTabs']).is_a?(Array) self.formula_tabs = value end end if attributes.has_key?(:'fullNameTabs') if (value = attributes[:'fullNameTabs']).is_a?(Array) self.full_name_tabs = value end end if attributes.has_key?(:'initialHereTabs') if (value = attributes[:'initialHereTabs']).is_a?(Array) self.initial_here_tabs = value end end if attributes.has_key?(:'lastNameTabs') if (value = attributes[:'lastNameTabs']).is_a?(Array) self.last_name_tabs = value end end if attributes.has_key?(:'listTabs') if (value = attributes[:'listTabs']).is_a?(Array) self.list_tabs = value end end if attributes.has_key?(:'notarizeTabs') if (value = attributes[:'notarizeTabs']).is_a?(Array) self.notarize_tabs = value end end if attributes.has_key?(:'notarySealTabs') if (value = attributes[:'notarySealTabs']).is_a?(Array) self.notary_seal_tabs = value end end if attributes.has_key?(:'noteTabs') if (value = attributes[:'noteTabs']).is_a?(Array) self.note_tabs = value end end if attributes.has_key?(:'numberTabs') if (value = attributes[:'numberTabs']).is_a?(Array) self.number_tabs = value end end if attributes.has_key?(:'numericalTabs') if (value = attributes[:'numericalTabs']).is_a?(Array) self.numerical_tabs = value end end if attributes.has_key?(:'phoneNumberTabs') if (value = attributes[:'phoneNumberTabs']).is_a?(Array) self.phone_number_tabs = value end end if attributes.has_key?(:'polyLineOverlayTabs') if (value = attributes[:'polyLineOverlayTabs']).is_a?(Array) self. = value end end if attributes.has_key?(:'prefillTabs') self.prefill_tabs = attributes[:'prefillTabs'] end if attributes.has_key?(:'radioGroupTabs') if (value = attributes[:'radioGroupTabs']).is_a?(Array) self.radio_group_tabs = value end end if attributes.has_key?(:'signerAttachmentTabs') if (value = attributes[:'signerAttachmentTabs']).is_a?(Array) self. = value end end if attributes.has_key?(:'signHereTabs') if (value = attributes[:'signHereTabs']).is_a?(Array) self.sign_here_tabs = value end end if attributes.has_key?(:'smartSectionTabs') if (value = attributes[:'smartSectionTabs']).is_a?(Array) self.smart_section_tabs = value end end if attributes.has_key?(:'ssnTabs') if (value = attributes[:'ssnTabs']).is_a?(Array) self.ssn_tabs = value end end if attributes.has_key?(:'tabGroups') if (value = attributes[:'tabGroups']).is_a?(Array) self.tab_groups = value end end if attributes.has_key?(:'textTabs') if (value = attributes[:'textTabs']).is_a?(Array) self.text_tabs = value end end if attributes.has_key?(:'titleTabs') if (value = attributes[:'titleTabs']).is_a?(Array) self.title_tabs = value end end if attributes.has_key?(:'viewTabs') if (value = attributes[:'viewTabs']).is_a?(Array) self.view_tabs = value end end if attributes.has_key?(:'zipTabs') if (value = attributes[:'zipTabs']).is_a?(Array) self.zip_tabs = value end end end |
Instance Attribute Details
#approve_tabs ⇒ Object
Specifies a tag on the document where you want the recipient to approve documents in an envelope without placing a signature or initials on the document. If the recipient clicks the Approve tag during the signing process, the recipient is considered to have signed the document. No information is shown on the document for the approval, but it is recorded as a signature in the envelope history.
17 18 19 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 17 def approve_tabs @approve_tabs end |
#checkbox_tabs ⇒ Object
Specifies a tag on the document in a location where the recipient can select an option.
20 21 22 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 20 def checkbox_tabs @checkbox_tabs end |
#comment_thread_tabs ⇒ Object
Returns the value of attribute comment_thread_tabs.
23 24 25 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 23 def comment_thread_tabs @comment_thread_tabs end |
#commission_county_tabs ⇒ Object
Returns the value of attribute commission_county_tabs.
26 27 28 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 26 def commission_county_tabs @commission_county_tabs end |
#commission_expiration_tabs ⇒ Object
Returns the value of attribute commission_expiration_tabs.
29 30 31 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 29 def commission_expiration_tabs @commission_expiration_tabs end |
#commission_number_tabs ⇒ Object
Returns the value of attribute commission_number_tabs.
32 33 34 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 32 def commission_number_tabs @commission_number_tabs end |
#commission_state_tabs ⇒ Object
Returns the value of attribute commission_state_tabs.
35 36 37 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 35 def commission_state_tabs @commission_state_tabs end |
#company_tabs ⇒ Object
Specifies a tag on the document where you want the recipient’s company name to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response.
38 39 40 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 38 def company_tabs @company_tabs end |
#date_signed_tabs ⇒ Object
Specifies a tab on the document where the date the document was signed will automatically appear.
41 42 43 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 41 def date_signed_tabs @date_signed_tabs end |
#date_tabs ⇒ Object
Specifies a tab on the document where you want the recipient to enter a date. Date tabs are single-line fields that allow date information to be entered in any format. The tooltip for this tab recommends entering the date as MM/DD/YYYY, but this is not enforced. The format entered by the signer is retained. If you need a particular date format enforced, DocuSign recommends using a Text tab with a Validation Pattern and Validation Message to enforce the format.
44 45 46 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 44 def date_tabs @date_tabs end |
#decline_tabs ⇒ Object
Specifies a tag on the document where you want to give the recipient the option of declining an envelope. If the recipient clicks the Decline tag during the signing process, the envelope is voided.
47 48 49 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 47 def decline_tabs @decline_tabs end |
#draw_tabs ⇒ Object
Returns the value of attribute draw_tabs.
50 51 52 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 50 def draw_tabs @draw_tabs end |
#email_address_tabs ⇒ Object
Specifies a location on the document where you want where you want the recipient’s email, as entered in the recipient information, to display.
53 54 55 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 53 def email_address_tabs @email_address_tabs end |
#email_tabs ⇒ Object
Specifies a tag on the document where you want the recipient to enter an email. Email tags are single-line fields that accept any characters. The system checks that a valid email format (i.e. [email protected]) is entered in the tag. It uses the same parameters as a Text tab, with the validation message and pattern set for email information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response.
56 57 58 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 56 def email_tabs @email_tabs end |
#envelope_id_tabs ⇒ Object
Specifies a tag on the document where you want the envelope ID for to appear. Recipients cannot enter or change the information in this tab, it is for informational purposes only.
59 60 61 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 59 def envelope_id_tabs @envelope_id_tabs end |
#first_name_tabs ⇒ Object
Specifies tag on a document where you want the recipient’s first name to appear. This tag takes the recipient’s name, as entered in the recipient information, splits it into sections based on spaces and uses the first section as the first name.
62 63 64 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 62 def first_name_tabs @first_name_tabs end |
#formula_tabs ⇒ Object
Specifies a tag that is used to add a calculated field to a document. Envelope recipients cannot directly enter information into the tag; the formula tab calculates and displays a new value when changes are made to the reference tag values. The reference tag information and calculation operations are entered in the "formula" element. See the [ML:Using the Calculated Fields Feature] quick start guide or [ML:DocuSign Service User Guide] for more information about formulas.
65 66 67 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 65 def formula_tabs @formula_tabs end |
#full_name_tabs ⇒ Object
Specifies a tag on the document where you want the recipient’s name to appear.
68 69 70 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 68 def full_name_tabs @full_name_tabs end |
#initial_here_tabs ⇒ Object
Specifies a tag location in the document at which a recipient will place their initials. The ‘optional` parameter specifies whether the initials are required or optional.
71 72 73 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 71 def initial_here_tabs @initial_here_tabs end |
#last_name_tabs ⇒ Object
Specifies a tag on a document where you want the recipient’s last name to appear. This tag takes the recipient’s name, as entered in the recipient information, splits it into sections based on spaces and uses the last section as the last name.
74 75 76 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 74 def last_name_tabs @last_name_tabs end |
#list_tabs ⇒ Object
Specify this tag to give your recipient a list of options, presented as a drop-down list, from which they can select.
77 78 79 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 77 def list_tabs @list_tabs end |
#notarize_tabs ⇒ Object
Returns the value of attribute notarize_tabs.
80 81 82 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 80 def notarize_tabs @notarize_tabs end |
#notary_seal_tabs ⇒ Object
Returns the value of attribute notary_seal_tabs.
83 84 85 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 83 def notary_seal_tabs @notary_seal_tabs end |
#note_tabs ⇒ Object
Specifies a location on the document where you want to place additional information, in the form of a note, for a recipient.
86 87 88 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 86 def note_tabs @note_tabs end |
#number_tabs ⇒ Object
Specifies a tag on the document where you want the recipient to enter a number. It uses the same parameters as a Text tab, with the validation message and pattern set for number information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response.
89 90 91 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 89 def number_tabs @number_tabs end |
#numerical_tabs ⇒ Object
Returns the value of attribute numerical_tabs.
92 93 94 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 92 def numerical_tabs @numerical_tabs end |
#phone_number_tabs ⇒ Object
Returns the value of attribute phone_number_tabs.
95 96 97 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 95 def phone_number_tabs @phone_number_tabs end |
#poly_line_overlay_tabs ⇒ Object
Returns the value of attribute poly_line_overlay_tabs.
98 99 100 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 98 def @poly_line_overlay_tabs end |
#prefill_tabs ⇒ Object
Prefill tabs are tabs that the sender can fill in before the envelope is sent. They are sometimes called sender tags or pre-fill fields. [Pre-Fill Your Own Document Fields] describes how prefill tabs work in the web application. [Customize your envelopes with pre-fill fields] shows how to use prefill tabs in your application using the eSignature SDKs. [app]: support.docusign.com/en/guides/ndse-user-guide-prefill-fields [catblog]: www.docusign.com/blog/developers/common-api-tasks-customize-your-envelopes-pre-fill-fields
101 102 103 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 101 def prefill_tabs @prefill_tabs end |
#radio_group_tabs ⇒ Object
Specifies a tag on the document in a location where the recipient can select one option from a group of options using a radio button. The radio buttons do not have to be on the same page in a document.
104 105 106 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 104 def radio_group_tabs @radio_group_tabs end |
#sign_here_tabs ⇒ Object
A complex type the contains information about the tag that specifies where the recipient places their signature in the document. The "optional" parameter sets if the signature is required or optional.
110 111 112 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 110 def sign_here_tabs @sign_here_tabs end |
#signer_attachment_tabs ⇒ Object
Specifies a tag on the document when you want the recipient to add supporting documents to an envelope.
107 108 109 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 107 def @signer_attachment_tabs end |
#smart_section_tabs ⇒ Object
Returns the value of attribute smart_section_tabs.
113 114 115 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 113 def smart_section_tabs @smart_section_tabs end |
#ssn_tabs ⇒ Object
Specifies a tag on the document where you want the recipient to enter a Social Security Number (SSN). A SSN can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for SSN information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response.
116 117 118 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 116 def ssn_tabs @ssn_tabs end |
#tab_groups ⇒ Object
Returns the value of attribute tab_groups.
119 120 121 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 119 def tab_groups @tab_groups end |
#text_tabs ⇒ Object
Specifies a that that is an adaptable field that allows the recipient to enter different text information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response.
122 123 124 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 122 def text_tabs @text_tabs end |
#title_tabs ⇒ Object
Specifies a tag on the document where you want the recipient’s title to appear. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response.
125 126 127 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 125 def title_tabs @title_tabs end |
#view_tabs ⇒ Object
Returns the value of attribute view_tabs.
128 129 130 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 128 def view_tabs @view_tabs end |
#zip_tabs ⇒ Object
Specifies a tag on the document where you want the recipient to enter a ZIP code. The ZIP code can be a five numbers or the ZIP+4 format with nine numbers. The zip code can be typed with or without dashes. It uses the same parameters as a Text tab, with the validation message and pattern set for ZIP code information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response.
131 132 133 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 131 def zip_tabs @zip_tabs end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 134 def self.attribute_map { :'approve_tabs' => :'approveTabs', :'checkbox_tabs' => :'checkboxTabs', :'comment_thread_tabs' => :'commentThreadTabs', :'commission_county_tabs' => :'commissionCountyTabs', :'commission_expiration_tabs' => :'commissionExpirationTabs', :'commission_number_tabs' => :'commissionNumberTabs', :'commission_state_tabs' => :'commissionStateTabs', :'company_tabs' => :'companyTabs', :'date_signed_tabs' => :'dateSignedTabs', :'date_tabs' => :'dateTabs', :'decline_tabs' => :'declineTabs', :'draw_tabs' => :'drawTabs', :'email_address_tabs' => :'emailAddressTabs', :'email_tabs' => :'emailTabs', :'envelope_id_tabs' => :'envelopeIdTabs', :'first_name_tabs' => :'firstNameTabs', :'formula_tabs' => :'formulaTabs', :'full_name_tabs' => :'fullNameTabs', :'initial_here_tabs' => :'initialHereTabs', :'last_name_tabs' => :'lastNameTabs', :'list_tabs' => :'listTabs', :'notarize_tabs' => :'notarizeTabs', :'notary_seal_tabs' => :'notarySealTabs', :'note_tabs' => :'noteTabs', :'number_tabs' => :'numberTabs', :'numerical_tabs' => :'numericalTabs', :'phone_number_tabs' => :'phoneNumberTabs', :'poly_line_overlay_tabs' => :'polyLineOverlayTabs', :'prefill_tabs' => :'prefillTabs', :'radio_group_tabs' => :'radioGroupTabs', :'signer_attachment_tabs' => :'signerAttachmentTabs', :'sign_here_tabs' => :'signHereTabs', :'smart_section_tabs' => :'smartSectionTabs', :'ssn_tabs' => :'ssnTabs', :'tab_groups' => :'tabGroups', :'text_tabs' => :'textTabs', :'title_tabs' => :'titleTabs', :'view_tabs' => :'viewTabs', :'zip_tabs' => :'zipTabs' } end |
.swagger_types ⇒ Object
Attribute type mapping.
179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 179 def self.swagger_types { :'approve_tabs' => :'Array<Approve>', :'checkbox_tabs' => :'Array<Checkbox>', :'comment_thread_tabs' => :'Array<CommentThread>', :'commission_county_tabs' => :'Array<CommissionCounty>', :'commission_expiration_tabs' => :'Array<CommissionExpiration>', :'commission_number_tabs' => :'Array<CommissionNumber>', :'commission_state_tabs' => :'Array<CommissionState>', :'company_tabs' => :'Array<Company>', :'date_signed_tabs' => :'Array<DateSigned>', :'date_tabs' => :'Array<DocuSign_eSign::Date>', :'decline_tabs' => :'Array<Decline>', :'draw_tabs' => :'Array<Draw>', :'email_address_tabs' => :'Array<EmailAddress>', :'email_tabs' => :'Array<Email>', :'envelope_id_tabs' => :'Array<EnvelopeId>', :'first_name_tabs' => :'Array<FirstName>', :'formula_tabs' => :'Array<FormulaTab>', :'full_name_tabs' => :'Array<FullName>', :'initial_here_tabs' => :'Array<InitialHere>', :'last_name_tabs' => :'Array<LastName>', :'list_tabs' => :'Array<List>', :'notarize_tabs' => :'Array<Notarize>', :'notary_seal_tabs' => :'Array<NotarySeal>', :'note_tabs' => :'Array<Note>', :'number_tabs' => :'Array<Number>', :'numerical_tabs' => :'Array<Numerical>', :'phone_number_tabs' => :'Array<PhoneNumber>', :'poly_line_overlay_tabs' => :'Array<PolyLineOverlay>', :'prefill_tabs' => :'PrefillTabs', :'radio_group_tabs' => :'Array<RadioGroup>', :'signer_attachment_tabs' => :'Array<SignerAttachment>', :'sign_here_tabs' => :'Array<SignHere>', :'smart_section_tabs' => :'Array<SmartSection>', :'ssn_tabs' => :'Array<Ssn>', :'tab_groups' => :'Array<TabGroup>', :'text_tabs' => :'Array<Text>', :'title_tabs' => :'Array<Title>', :'view_tabs' => :'Array<View>', :'zip_tabs' => :'Array<Zip>' } end |
Instance Method Details
#==(o) ⇒ Object
Checks equality by comparing each attribute.
479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 479 def ==(o) return true if self.equal?(o) self.class == o.class && approve_tabs == o.approve_tabs && checkbox_tabs == o.checkbox_tabs && comment_thread_tabs == o.comment_thread_tabs && commission_county_tabs == o.commission_county_tabs && commission_expiration_tabs == o.commission_expiration_tabs && commission_number_tabs == o.commission_number_tabs && commission_state_tabs == o.commission_state_tabs && company_tabs == o.company_tabs && date_signed_tabs == o.date_signed_tabs && date_tabs == o.date_tabs && decline_tabs == o.decline_tabs && draw_tabs == o.draw_tabs && email_address_tabs == o.email_address_tabs && email_tabs == o.email_tabs && envelope_id_tabs == o.envelope_id_tabs && first_name_tabs == o.first_name_tabs && formula_tabs == o.formula_tabs && full_name_tabs == o.full_name_tabs && initial_here_tabs == o.initial_here_tabs && last_name_tabs == o.last_name_tabs && list_tabs == o.list_tabs && notarize_tabs == o.notarize_tabs && notary_seal_tabs == o.notary_seal_tabs && note_tabs == o.note_tabs && number_tabs == o.number_tabs && numerical_tabs == o.numerical_tabs && phone_number_tabs == o.phone_number_tabs && == o. && prefill_tabs == o.prefill_tabs && radio_group_tabs == o.radio_group_tabs && == o. && sign_here_tabs == o.sign_here_tabs && smart_section_tabs == o.smart_section_tabs && ssn_tabs == o.ssn_tabs && tab_groups == o.tab_groups && text_tabs == o.text_tabs && title_tabs == o.title_tabs && view_tabs == o.view_tabs && zip_tabs == o.zip_tabs end |
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type
559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 559 def _deserialize(type, value) case type.to_sym when :DateTime DateTime.parse(value) when :Date Date.parse(value) when :String value.to_s when :Integer value.to_i when :Float value.to_f when :BOOLEAN if value.to_s =~ /\A(true|t|yes|y|1)\z/i true else false end when :Object # generic object (usually a Hash), return directly value when /\AArray<(?<inner_type>.+)>\z/ inner_type = Regexp.last_match[:inner_type] value.map { |v| _deserialize(inner_type, v) } when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/ k_type = Regexp.last_match[:k_type] v_type = Regexp.last_match[:v_type] {}.tap do |hash| value.each do |k, v| hash[_deserialize(k_type, k)] = _deserialize(v_type, v) end end else # model temp_model = DocuSign_eSign.const_get(type).new temp_model.build_from_hash(value) end end |
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value
625 626 627 628 629 630 631 632 633 634 635 636 637 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 625 def _to_hash(value) if value.is_a?(Array) value.compact.map { |v| _to_hash(v) } elsif value.is_a?(Hash) {}.tap do |hash| value.each { |k, v| hash[k] = _to_hash(v) } end elsif value.respond_to? :to_hash value.to_hash else value end end |
#build_from_hash(attributes) ⇒ Object
Builds the object from hash
538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 538 def build_from_hash(attributes) return nil unless attributes.is_a?(Hash) self.class.swagger_types.each_pair do |key, type| if type =~ /\AArray<(.*)>/i # check to ensure the input is an array given that the attribute # is documented as an array but the input is not if attributes[self.class.attribute_map[key]].is_a?(Array) self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) }) end elsif !attributes[self.class.attribute_map[key]].nil? self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]])) end # or else data not found in attributes(hash), not an issue as the data can be optional end self end |
#eql?(o) ⇒ Boolean
525 526 527 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 525 def eql?(o) self == o end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
531 532 533 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 531 def hash [approve_tabs, checkbox_tabs, comment_thread_tabs, commission_county_tabs, commission_expiration_tabs, commission_number_tabs, commission_state_tabs, company_tabs, date_signed_tabs, date_tabs, decline_tabs, draw_tabs, email_address_tabs, email_tabs, envelope_id_tabs, first_name_tabs, formula_tabs, full_name_tabs, initial_here_tabs, last_name_tabs, list_tabs, notarize_tabs, notary_seal_tabs, note_tabs, number_tabs, numerical_tabs, phone_number_tabs, , prefill_tabs, radio_group_tabs, , sign_here_tabs, smart_section_tabs, ssn_tabs, tab_groups, text_tabs, title_tabs, view_tabs, zip_tabs].hash end |
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
466 467 468 469 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 466 def list_invalid_properties invalid_properties = Array.new invalid_properties end |
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility)
605 606 607 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 605 def to_body to_hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
611 612 613 614 615 616 617 618 619 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 611 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = self.send(attr) next if value.nil? hash[param] = _to_hash(value) end hash end |
#to_s ⇒ String
Returns the string representation of the object
599 600 601 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 599 def to_s to_hash.to_s end |
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
473 474 475 |
# File 'lib/docusign_esign/models/template_tabs.rb', line 473 def valid? true end |