Class: Blimp::Task

Inherits:
Resource show all
Defined in:
lib/blimp/task.rb

Constant Summary collapse

ATTRIBUTES =
%w[position goal user_rejected title project state assigned_to]
READ_ONLY =
%w[date_done created_by date_set_doing date_checked]

Instance Attribute Summary

Attributes inherited from Resource

#attributes

Method Summary

Methods inherited from Resource

#[], #[]=, build_record, create, define_attribute_methods, define_readonly_attributes, find, find_all, #initialize, member_name, #new?, parse_response, #save

Constructor Details

This class inherits a constructor from Blimp::Resource