Class: TrackerApi::Resources::Notification

Inherits:
Object
  • Object
show all
Includes:
Shared::Base
Defined in:
lib/tracker_api/resources/notification.rb

Instance Method Summary collapse

Methods included from Shared::Base

included

Instance Method Details

#project=(data) ⇒ Object



16
17
18
# File 'lib/tracker_api/resources/notification.rb', line 16

def project=(data)
  super.client = client
end

#story=(data) ⇒ Object



20
21
22
# File 'lib/tracker_api/resources/notification.rb', line 20

def story=(data)
  super.client = client
end