Class: FreeAgent::Project

Inherits:
Entity
  • Object
show all
Defined in:
lib/free_agent.rb

Instance Attribute Summary

Attributes inherited from Entity

#attributes

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

Returns:

  • (Boolean)


206
207
208
# File 'lib/free_agent.rb', line 206

def active?
  status == "Active"
end