Class: FreeAgent::Project
Instance Attribute Summary
Attributes inherited from Entity
Instance Method Summary collapse
Methods inherited from Entity
belongs_to, #destroy, has_many, #id, #initialize, #reload, #save, #update, #url, xml_name
Constructor Details
This class inherits a constructor from FreeAgent::Entity
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FreeAgent::Entity
Instance Method Details
#active? ⇒ Boolean
206 207 208 |
# File 'lib/free_agent.rb', line 206 def active? status == "Active" end |