Sha256: b108bbfac05eb16544ec431157eb890f7be7af59f94e609953b07a219119ea2e
Contents?: true
Size: 190 Bytes
Versions: 3
Compression:
Stored size: 190 Bytes
Contents
module FbGraph class Subscription < Node attr_accessor :object, :fields, :callback_url, :active def initialize(identifier, options = {}) super # TODO end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fb_graph-0.7.3 | lib/fb_graph/subscription.rb |
fb_graph-0.7.2 | lib/fb_graph/subscription.rb |
fb_graph-0.7.1 | lib/fb_graph/subscription.rb |