Class: DocuSign_Click::GetClickwrapsOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_click/api/accounts_api.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#from_dateObject

Returns the value of attribute from_date.



108
109
110
# File 'lib/docusign_click/api/accounts_api.rb', line 108

def from_date
  @from_date
end

#owner_user_idObject

Returns the value of attribute owner_user_id.



111
112
113
# File 'lib/docusign_click/api/accounts_api.rb', line 111

def owner_user_id
  @owner_user_id
end

#page_numberObject

Returns the value of attribute page_number.



114
115
116
# File 'lib/docusign_click/api/accounts_api.rb', line 114

def page_number
  @page_number
end

#sharedObject

Returns the value of attribute shared.



117
118
119
# File 'lib/docusign_click/api/accounts_api.rb', line 117

def shared
  @shared
end

#statusObject

Returns the value of attribute status.



120
121
122
# File 'lib/docusign_click/api/accounts_api.rb', line 120

def status
  @status
end

#to_dateObject

Returns the value of attribute to_date.



123
124
125
# File 'lib/docusign_click/api/accounts_api.rb', line 123

def to_date
  @to_date
end

Class Method Details

.defaultObject



125
126
127
# File 'lib/docusign_click/api/accounts_api.rb', line 125

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