diff options
| -rw-r--r-- | lib/hcl/timesheet_resource.rb | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/lib/hcl/timesheet_resource.rb b/lib/hcl/timesheet_resource.rb index df32be7..518ebf8 100644 --- a/lib/hcl/timesheet_resource.rb +++ b/lib/hcl/timesheet_resource.rb @@ -33,16 +33,6 @@ module HCl        CONFIG_VARS.inject({}) {|c,k| c.update(k => TimesheetResource.send(k)) }      end -    def get action -      new self.class.get(action).body -    end -    def post action, data -      new self.class.post(action, data).body -    end -    def delete action -      new self.class.delete(action).body -    end -      def self.faraday        @faraday ||= Faraday.new(          "http#{ssl && 's'}://#{subdomain}.harvestapp.com" | 
