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

#from_dateObject

Returns the value of attribute from_date.



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

def from_date
  @from_date
end

#to_dateObject

Returns the value of attribute to_date.



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

def to_date
  @to_date
end

Class Method Details

.defaultObject



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

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