Class: DocuSign_eSign::GetApplianceEnvelopeInfoOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetApplianceEnvelopeInfoOptions
- Defined in:
- lib/docusign_esign/api/envelopes_api.rb
Instance Attribute Summary collapse
-
#before_sign ⇒ Object
Returns the value of attribute before_sign.
-
#document_id ⇒ Object
Returns the value of attribute document_id.
-
#entity_type ⇒ Object
Returns the value of attribute entity_type.
-
#in_person ⇒ Object
Returns the value of attribute in_person.
-
#recipient_id ⇒ Object
Returns the value of attribute recipient_id.
-
#tab_locale_policy ⇒ Object
Returns the value of attribute tab_locale_policy.
-
#tab_type ⇒ Object
Returns the value of attribute tab_type.
-
#use_date_signed_tab_val_exclusively ⇒ Object
Returns the value of attribute use_date_signed_tab_val_exclusively.
Class Method Summary collapse
Instance Attribute Details
#before_sign ⇒ Object
Returns the value of attribute before_sign.
66 67 68 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 66 def before_sign @before_sign end |
#document_id ⇒ Object
Returns the value of attribute document_id.
69 70 71 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 69 def document_id @document_id end |
#entity_type ⇒ Object
Returns the value of attribute entity_type.
72 73 74 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 72 def entity_type @entity_type end |
#in_person ⇒ Object
Returns the value of attribute in_person.
75 76 77 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 75 def in_person @in_person end |
#recipient_id ⇒ Object
Returns the value of attribute recipient_id.
78 79 80 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 78 def recipient_id @recipient_id end |
#tab_locale_policy ⇒ Object
Returns the value of attribute tab_locale_policy.
81 82 83 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 81 def tab_locale_policy @tab_locale_policy end |
#tab_type ⇒ Object
Returns the value of attribute tab_type.
84 85 86 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 84 def tab_type @tab_type end |
#use_date_signed_tab_val_exclusively ⇒ Object
Returns the value of attribute use_date_signed_tab_val_exclusively.
87 88 89 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 87 def use_date_signed_tab_val_exclusively @use_date_signed_tab_val_exclusively end |
Class Method Details
.default ⇒ Object
89 90 91 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 89 def self.default @@default ||= GetApplianceEnvelopeInfoOptions.new end |