Sha256: 995d233fa56afd21a71286dd4acc22f10bfe4c2c68017b20047d4dd1b3b55c2e
Contents?: true
Size: 241 Bytes
Versions: 45
Compression:
Stored size: 241 Bytes
Contents
module Highrise class Task < Base # find(:all, :from => :upcoming) # find(:all, :from => :assigned) # find(:all, :from => :completed) def complete! load_attributes_from_response(post(:complete)) end end end
Version data entries
45 entries across 45 versions & 6 rubygems
Version | Path |
---|---|
highrise-2.0.0 | lib/highrise/task.rb |
highrise-1.2.0 | lib/highrise/task.rb |
highrise-1.0.4 | lib/highrise/task.rb |
highrise-1.0.3 | lib/highrise/task.rb |
highrise-1.0.2 | lib/highrise/task.rb |