Class: DocuSign_eSign::GetApplianceEnvelopeInfoOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_esign/api/envelopes_api.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#before_signObject

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_idObject

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_typeObject

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_personObject

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_idObject

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_policyObject

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_typeObject

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_exclusivelyObject

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

.defaultObject



89
90
91
# File 'lib/docusign_esign/api/envelopes_api.rb', line 89

def self.default
  @@default ||= GetApplianceEnvelopeInfoOptions.new
end