Class: DocuSign_eSign::GetConsumerDisclosureOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetConsumerDisclosureOptions
- Defined in:
- lib/docusign_esign/api/envelopes_api.rb
Instance Attribute Summary collapse
-
#lang_code2 ⇒ Object
The simple type enumeration the language used in the response.
Class Method Summary collapse
Instance Attribute Details
#lang_code2 ⇒ Object
The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.
93 94 95 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 93 def lang_code2 @lang_code2 end |
Class Method Details
.default ⇒ Object
95 96 97 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 95 def self.default @@default ||= GetConsumerDisclosureOptions.new end |