Module: GroupDocs::Signature::EntityFields
Overview
Envelope and template entities share the same set of fields.
Instance Attribute Summary collapse
- #documentsCount ⇒ Object (also: #documents_count)
- #documentsPages ⇒ Object (also: #documents_pages)
- #emailBody ⇒ Object (also: #email_body)
- #emailSubject ⇒ Object (also: #email_subject)
- #id ⇒ Object
- #name ⇒ Object
- #orderedSignature ⇒ Object (also: #ordered_signature)
- #ownerGuid ⇒ Object (also: #owner_guid)
- #ownerId ⇒ Object (also: #owner_id)
- #ownerShouldSign ⇒ Object (also: #owner_should_sign)
- #recipients ⇒ Object
- #reminderTime ⇒ Object (also: #reminder_time)
- #stepExpireTime ⇒ Object (also: #step_expire_time)
Instance Attribute Details
#documentsCount ⇒ Object Also known as: documents_count
32 33 34 |
# File 'lib/groupdocs/signature/shared/entity_fields.rb', line 32 def documentsCount @documentsCount end |
#documentsPages ⇒ Object Also known as: documents_pages
34 35 36 |
# File 'lib/groupdocs/signature/shared/entity_fields.rb', line 34 def documentsPages @documentsPages end |
#emailBody ⇒ Object Also known as: email_body
30 31 32 |
# File 'lib/groupdocs/signature/shared/entity_fields.rb', line 30 def emailBody @emailBody end |
#emailSubject ⇒ Object Also known as: email_subject
28 29 30 |
# File 'lib/groupdocs/signature/shared/entity_fields.rb', line 28 def emailSubject @emailSubject end |
#id ⇒ Object
12 13 14 |
# File 'lib/groupdocs/signature/shared/entity_fields.rb', line 12 def id @id end |
#name ⇒ Object
14 15 16 |
# File 'lib/groupdocs/signature/shared/entity_fields.rb', line 14 def name @name end |
#orderedSignature ⇒ Object Also known as: ordered_signature
26 27 28 |
# File 'lib/groupdocs/signature/shared/entity_fields.rb', line 26 def orderedSignature @orderedSignature end |
#ownerGuid ⇒ Object Also known as: owner_guid
18 19 20 |
# File 'lib/groupdocs/signature/shared/entity_fields.rb', line 18 def ownerGuid @ownerGuid end |
#ownerId ⇒ Object Also known as: owner_id
16 17 18 |
# File 'lib/groupdocs/signature/shared/entity_fields.rb', line 16 def ownerId @ownerId end |
#ownerShouldSign ⇒ Object Also known as: owner_should_sign
24 25 26 |
# File 'lib/groupdocs/signature/shared/entity_fields.rb', line 24 def ownerShouldSign @ownerShouldSign end |
#recipients ⇒ Object
36 37 38 |
# File 'lib/groupdocs/signature/shared/entity_fields.rb', line 36 def recipients @recipients end |
#reminderTime ⇒ Object Also known as: reminder_time
20 21 22 |
# File 'lib/groupdocs/signature/shared/entity_fields.rb', line 20 def reminderTime @reminderTime end |
#stepExpireTime ⇒ Object Also known as: step_expire_time
22 23 24 |
# File 'lib/groupdocs/signature/shared/entity_fields.rb', line 22 def stepExpireTime @stepExpireTime end |