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.



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

def from_date
  @from_date
end

#orderObject

Returns the value of attribute order.



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

def order
  @order
end

#order_byObject

Returns the value of attribute order_by.



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

def order_by
  @order_by
end

#search_fieldsObject

Returns the value of attribute search_fields.



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

def search_fields
  @search_fields
end

#search_textObject

Returns the value of attribute search_text.



54
55
56
# File 'lib/docusign_esign/api/power_forms_api.rb', line 54

def search_text
  @search_text
end

#to_dateObject

Returns the value of attribute to_date.



57
58
59
# File 'lib/docusign_esign/api/power_forms_api.rb', line 57

def to_date
  @to_date
end

Class Method Details

.defaultObject



59
60
61
# File 'lib/docusign_esign/api/power_forms_api.rb', line 59

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