Method: Vpsa::Api::Receipts#find
- Defined in:
- lib/vpsa/api/receipts.rb
#find(id) ⇒ Object
16 17 18 |
# File 'lib/vpsa/api/receipts.rb', line 16 def find(id) return parse_response(self.class.get("/#{id}", :body => build_body, :headers => header)) end |