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.



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

def from_date
  @from_date
end

#orderObject

Returns the value of attribute order.



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

def order
  @order
end

#order_byObject

Returns the value of attribute order_by.



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

def order_by
  @order_by
end

#to_dateObject

Returns the value of attribute to_date.



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

def to_date
  @to_date
end

Class Method Details

.defaultObject



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

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