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.



19
20
21
# File 'lib/docusign_esign/api/power_forms_api.rb', line 19

def data_layout
  @data_layout
end

#from_dateObject

Returns the value of attribute from_date.



22
23
24
# File 'lib/docusign_esign/api/power_forms_api.rb', line 22

def from_date
  @from_date
end

#to_dateObject

Returns the value of attribute to_date.



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

def to_date
  @to_date
end

Class Method Details

.defaultObject



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

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