Class: DocuSign_eSign::GetAccountSignaturesOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetAccountSignaturesOptions
- Defined in:
- lib/docusign_esign/api/accounts_api.rb
Instance Attribute Summary collapse
-
#stamp_format ⇒ Object
Returns the value of attribute stamp_format.
-
#stamp_name ⇒ Object
Returns the value of attribute stamp_name.
-
#stamp_type ⇒ Object
Returns the value of attribute stamp_type.
Class Method Summary collapse
Instance Attribute Details
#stamp_format ⇒ Object
Returns the value of attribute stamp_format.
108 109 110 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 108 def stamp_format @stamp_format end |
#stamp_name ⇒ Object
Returns the value of attribute stamp_name.
111 112 113 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 111 def stamp_name @stamp_name end |
#stamp_type ⇒ Object
Returns the value of attribute stamp_type.
114 115 116 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 114 def stamp_type @stamp_type end |
Class Method Details
.default ⇒ Object
116 117 118 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 116 def self.default @@default ||= GetAccountSignaturesOptions.new end |