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

#to_dateObject

Returns the value of attribute to_date.



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

def to_date
  @to_date
end

Class Method Details

.defaultObject



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

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