Sha256: d5745528c6a694b0a42b33e10113d6db8ee90e58f6780fc06bc9c0be8eb7e3cb
Contents?: true
Size: 428 Bytes
Versions: 44
Compression:
Stored size: 428 Bytes
Contents
module FbGraph2 class Achievement < Node include Edge::Comments include Edge::Likes::LikeeContext register_attributes( raw: [:type, :no_feed_story], time: [:publish_time], app: [:application], user: [:from], custom: [:data] ) def initialize(id, attributes = {}) super if attributes.include? :data self.data = attributes[:data] end end end end
Version data entries
44 entries across 44 versions & 1 rubygems