Sha256: 6a55bb239566db6368e8bffa76dc6dd84b4500cf0e0fdee7d37f99eecf33258c
Contents?: true
Size: 780 Bytes
Versions: 1
Compression:
Stored size: 780 Bytes
Contents
# framework require "harvesting/version" require "harvesting/enumerable" require "harvesting/errors" require "harvesting/models/base" require "harvesting/models/harvest_record" require "harvesting/models/harvest_record_collection" # harvest records require "harvesting/models/client" require "harvesting/models/user" require "harvesting/models/project" require "harvesting/models/invoice" require "harvesting/models/task" require "harvesting/models/task_assignment" require "harvesting/models/time_entry" # harvest record collections require "harvesting/models/tasks" require "harvesting/models/users" require "harvesting/models/contact" require "harvesting/models/time_entries" require "harvesting/models/projects" # API client require "harvesting/client" module Harvesting end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
harvesting-0.3.0 | lib/harvesting.rb |