Class: DocuSign_eSign::GetBrandResourcesByContentTypeOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetBrandResourcesByContentTypeOptions
- Defined in:
- lib/docusign_esign/api/accounts_api.rb
Instance Attribute Summary collapse
-
#langcode ⇒ Object
Returns the value of attribute langcode.
-
#return_master ⇒ Object
Returns the value of attribute return_master.
Class Method Summary collapse
Instance Attribute Details
#langcode ⇒ Object
Returns the value of attribute langcode.
174 175 176 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 174 def langcode @langcode end |
#return_master ⇒ Object
Returns the value of attribute return_master.
177 178 179 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 177 def return_master @return_master end |
Class Method Details
.default ⇒ Object
179 180 181 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 179 def self.default @@default ||= GetBrandResourcesByContentTypeOptions.new end |