Class: Semaph::Model::ProjectCollection
- Inherits:
-
Object
- Object
- Semaph::Model::ProjectCollection
- Defined in:
- lib/semaph/model/project_collection.rb
Instance Attribute Summary collapse
-
#all ⇒ Object
readonly
Returns the value of attribute all.
Instance Method Summary collapse
-
#initialize(client) ⇒ ProjectCollection
constructor
A new instance of ProjectCollection.
- #reload ⇒ Object
Constructor Details
#initialize(client) ⇒ ProjectCollection
Returns a new instance of ProjectCollection.
8 9 10 |
# File 'lib/semaph/model/project_collection.rb', line 8 def initialize(client) @client = client end |
Instance Attribute Details
#all ⇒ Object (readonly)
Returns the value of attribute all.
6 7 8 |
# File 'lib/semaph/model/project_collection.rb', line 6 def all @all end |