Class: Blimp::Project

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

Constant Summary collapse

ATTRIBUTES =
%w[name state team date_due company]
READ_ONLY =
%w[slug date_finished date_due stats]

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