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.



111
112
113
# File 'lib/docusign_esign/api/accounts_api.rb', line 111

def stamp_format
  @stamp_format
end

#stamp_nameObject

Returns the value of attribute stamp_name.



114
115
116
# File 'lib/docusign_esign/api/accounts_api.rb', line 114

def stamp_name
  @stamp_name
end

#stamp_typeObject

Returns the value of attribute stamp_type.



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

def stamp_type
  @stamp_type
end

Class Method Details

.defaultObject



119
120
121
# File 'lib/docusign_esign/api/accounts_api.rb', line 119

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