Class: Freeagent::Project

Inherits:
Base
  • Object
show all
Defined in:
lib/freeagent_api.rb

Overview

Projects

Instance Method Summary collapse

Methods inherited from Base

authenticate

Instance Method Details

#invoicesObject



48
49
50
# File 'lib/freeagent_api.rb', line 48

def invoices
  Invoice.find :all, :from => "/projects/#{id}/invoices.xml"
end

#timeslipsObject



52
53
54
# File 'lib/freeagent_api.rb', line 52

def timeslips
  Timeslip.find :all, :from => "/projects/#{id}/timeslips.xml"
end