lib/tracker_api/resources/notification.rb in tracker_api-0.2.10 vs lib/tracker_api/resources/notification.rb in tracker_api-0.2.11

- old
+ new

@@ -1,16 +1,16 @@ module TrackerApi module Resources class Notification - include Resources::Base + include Shared::HasId attribute :client attribute :message, String attribute :kind, String - attribute :project, TrackerApi::Resources::Project - attribute :story, TrackerApi::Resources::Story - attribute :performer, TrackerApi::Resources::Person + attribute :project, Project + attribute :story, Story + attribute :performer, Person attribute :created_at, DateTime attribute :updated_at, DateTime def project=(data) super.client = client