Class: DocuSign_eSign::GetAccountSignaturesOptions

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#stamp_formatObject

Returns the value of attribute stamp_format.



90
91
92
# File 'lib/docusign_esign/api/accounts_api.rb', line 90

def stamp_format
  @stamp_format
end

#stamp_nameObject

Returns the value of attribute stamp_name.



93
94
95
# File 'lib/docusign_esign/api/accounts_api.rb', line 93

def stamp_name
  @stamp_name
end

#stamp_typeObject

Returns the value of attribute stamp_type.



96
97
98
# File 'lib/docusign_esign/api/accounts_api.rb', line 96

def stamp_type
  @stamp_type
end

Class Method Details

.defaultObject



98
99
100
# File 'lib/docusign_esign/api/accounts_api.rb', line 98

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