Class: DocuSign_eSign::GetPowerFormDataOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetPowerFormDataOptions
- Defined in:
- lib/docusign_esign/api/power_forms_api.rb
Instance Attribute Summary collapse
-
#data_layout ⇒ Object
Returns the value of attribute data_layout.
-
#from_date ⇒ Object
Returns the value of attribute from_date.
-
#to_date ⇒ Object
Returns the value of attribute to_date.
Class Method Summary collapse
Instance Attribute Details
#data_layout ⇒ Object
Returns the value of attribute data_layout.
18 19 20 |
# File 'lib/docusign_esign/api/power_forms_api.rb', line 18 def data_layout @data_layout end |
#from_date ⇒ Object
Returns the value of attribute from_date.
21 22 23 |
# File 'lib/docusign_esign/api/power_forms_api.rb', line 21 def from_date @from_date end |
#to_date ⇒ Object
Returns the value of attribute to_date.
24 25 26 |
# File 'lib/docusign_esign/api/power_forms_api.rb', line 24 def to_date @to_date end |
Class Method Details
.default ⇒ Object
26 27 28 |
# File 'lib/docusign_esign/api/power_forms_api.rb', line 26 def self.default @@default ||= GetPowerFormDataOptions.new end |