Sha256: 659aea1ebd0551a6714fd0959c0b13c9a6bea26dd8abef0d6f672d07cfa01f95
Contents?: true
Size: 360 Bytes
Versions: 44
Compression:
Stored size: 360 Bytes
Contents
module FbGraph2 class Notification < Node register_attributes( raw: [:title, :link, :unread], time: [:created_time, :updated_time], profile: [:from], user: [:to], app: [:application], custom: [:object] ) def initialize(id, attributes = {}) super # TODO: handle custom attributes. end end end
Version data entries
44 entries across 44 versions & 1 rubygems