Module: Esignatur::ApiResource
- Defined in:
- lib/esignatur/api_resource.rb
Overview
add methods that are shared for all api resources
Instance Method Summary collapse
Instance Method Details
#errors ⇒ Object
6 7 8 |
# File 'lib/esignatur/api_resource.rb', line 6 def errors @errors || [] end |
#last_response ⇒ Object
10 11 12 |
# File 'lib/esignatur/api_resource.rb', line 10 def last_response @last_response end |