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

#countObject

Returns the value of attribute count.



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

def count
  @count
end

#from_dateObject

Returns the value of attribute from_date.



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

def from_date
  @from_date
end

#orderObject

Returns the value of attribute order.



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

def order
  @order
end

#order_byObject

Returns the value of attribute order_by.



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

def order_by
  @order_by
end

#search_fieldsObject

Returns the value of attribute search_fields.



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

def search_fields
  @search_fields
end

#search_textObject

Returns the value of attribute search_text.



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

def search_text
  @search_text
end

#start_positionObject

Returns the value of attribute start_position.



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

def start_position
  @start_position
end

#to_dateObject

Returns the value of attribute to_date.



63
64
65
# File 'lib/docusign_esign/api/power_forms_api.rb', line 63

def to_date
  @to_date
end

Class Method Details

.defaultObject



65
66
67
# File 'lib/docusign_esign/api/power_forms_api.rb', line 65

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