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.



108
109
110
# File 'lib/docusign_esign/api/accounts_api.rb', line 108

def stamp_format
  @stamp_format
end

#stamp_nameObject

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_typeObject

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

.defaultObject



116
117
118
# File 'lib/docusign_esign/api/accounts_api.rb', line 116

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