Class: DocuSign_eSign::GetPowerFormDataOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_esign/api/power_forms_api.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#data_layoutObject

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_dateObject

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_dateObject

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

.defaultObject



26
27
28
# File 'lib/docusign_esign/api/power_forms_api.rb', line 26

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