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



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

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

#story=(data) ⇒ Object



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

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