Class: DocuSign_eSign::ListPowerFormsOptions

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.



39
40
41
# File 'lib/docusign_esign/api/power_forms_api.rb', line 39

def from_date
  @from_date
end

#orderObject

Returns the value of attribute order.



42
43
44
# File 'lib/docusign_esign/api/power_forms_api.rb', line 42

def order
  @order
end

#order_byObject

Returns the value of attribute order_by.



45
46
47
# File 'lib/docusign_esign/api/power_forms_api.rb', line 45

def order_by
  @order_by
end

#to_dateObject

Returns the value of attribute to_date.



48
49
50
# File 'lib/docusign_esign/api/power_forms_api.rb', line 48

def to_date
  @to_date
end

Class Method Details

.defaultObject



50
51
52
# File 'lib/docusign_esign/api/power_forms_api.rb', line 50

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