Sha256: 8e6f96cdb7a1594d163a3b5fea1afe65870cbdb0970bfa32ab3e0213ef3b8f67
Contents?: true
Size: 532 Bytes
Versions: 12
Compression:
Stored size: 532 Bytes
Contents
module TrackerApi module Resources class Notification include Shared::Base attribute :client attribute :message, String attribute :context, String attribute :kind, String attribute :project, Project attribute :story, Story attribute :performer, Person attribute :created_at, DateTime attribute :updated_at, DateTime def project=(data) super.client = client end def story=(data) super.client = client end end end end
Version data entries
12 entries across 12 versions & 1 rubygems