lib/asana/resources/story.rb in asana-0.9.3 vs lib/asana/resources/story.rb in asana-0.10.0
- old
+ new
@@ -1,17 +1,14 @@
-### WARNING: This file is auto-generated by the asana-api-meta repo. Do not
-### edit it manually.
+require_relative 'gen/stories_base'
module Asana
module Resources
# A _story_ represents an activity associated with an object in the Asana
# system. Stories are generated by the system whenever users take actions such
# as creating or assigning tasks, or moving tasks between projects. _Comments_
# are also a form of user-generated story.
- class Story < Resource
+ class Story < StoriesBase
-
- attr_reader :id
attr_reader :gid
attr_reader :resource_type