class Appilf::WatchedItem
Public Class Methods
new(watched_item_hash)
click to toggle source
Calls superclass method
Appilf::AppilfObject::new
# File lib/appilf/watched_item.rb, line 5 def initialize(watched_item_hash) add_relationships(watched_item_hash['data'].delete('relationships')) super end