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.



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

def stamp_format
  @stamp_format
end

#stamp_nameObject

Returns the value of attribute stamp_name.



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

def stamp_name
  @stamp_name
end

#stamp_typeObject

Returns the value of attribute stamp_type.



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

def stamp_type
  @stamp_type
end

Class Method Details

.defaultObject



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

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