lib/fbgraph/base.rb in fbgraph-0.1.4 vs lib/fbgraph/base.rb in fbgraph-0.1.6

- old
+ new

@@ -1,9 +1,10 @@ module FBGraph class Base attr_reader :objects , :connection_type , :logger + def initialize(client) @client = client @params = {} end