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



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

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

.tax_timelineObject



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

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