Module: Harvestime

Defined in:
lib/harvestime.rb,
lib/harvestime/invoice.rb,
lib/harvestime/version.rb,
lib/harvestime/interface.rb,
lib/harvestime/time_filter.rb,
lib/harvestime/client_filter.rb,
lib/harvestime/invoice_filter.rb,
lib/harvestime/invoice_collection.rb

Defined Under Namespace

Classes: ClientFilter, Interface, Invoice, InvoiceCollection, InvoiceFilter, TimeFilter

Constant Summary collapse

VERSION =
'0.0.3'

Class Method Summary collapse

Class Method Details

.interface(subdomain, username, password) ⇒ Object



11
12
13
# File 'lib/harvestime.rb', line 11

def self.interface(subdomain, username, password)
     Harvestime::Interface.new(subdomain, username, password)
end