lib/asana/resources/story.rb in asana-0.2.0 vs lib/asana/resources/story.rb in asana-0.3.0

- old
+ new

@@ -11,10 +11,12 @@ # Stories are a form of history in the system, and as such they are read-only. # Once generated, it is not possible to modify a story. class Story < Resource + attr_reader :id + attr_reader :created_at attr_reader :created_by attr_reader :hearted @@ -77,6 +79,6 @@ end end end end -end +end \ No newline at end of file