Class: Clubhouse::Epic::Comment
Instance Attribute Summary
Attributes inherited from BaseResource
#client
Class Method Summary
collapse
Instance Method Summary
collapse
attributes, attributes_for_create, attributes_for_update, client, delete, #initialize, #reload, resource, #update_object_from_payload
Class Method Details
.all ⇒ Object
33
34
35
|
# File 'lib/clubhouse/epic.rb', line 33
def self.all
raise NotImplemented
end
|
.find(id = nil) ⇒ Object
29
30
31
|
# File 'lib/clubhouse/epic.rb', line 29
def self.find(id = nil)
raise NotImplemented
end
|
Instance Method Details
#save ⇒ Object
25
26
27
|
# File 'lib/clubhouse/epic.rb', line 25
def save
raise NotImplemented
end
|