Class: Freeagent::Company

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

Overview

Company

Class Method Summary collapse

Class Method Details

.invoice_timelineObject



26
27
28
# File 'lib/freeagent_api.rb', line 26

def self.invoice_timeline
  InvoiceTimeline.find :all, :from => '/company/invoice_timeline.xml'
end

.tax_timelineObject



29
30
31
# File 'lib/freeagent_api.rb', line 29

def self.tax_timeline
  TaxTimeline.find :all, :from => '/company/tax_timeline.xml'
end