Sha256: 9b6341e14969dec7995f5cf4a4509273bede3cda661f0eb3f0efe6e7ada01888

Contents?: true

Size: 255 Bytes

Versions: 6

Compression:

Stored size: 255 Bytes

Contents

module FbGraph2
  class Edge
    module AppEventTypes
      def app_event_types(params = {})
        types = self.edge :app_event_types, params
        types.collect do |type|
          Struct::AppEventType.new type
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fb_graph2-0.1.0 lib/fb_graph2/edge/app_event_types.rb
fb_graph2-0.0.11 lib/fb_graph2/edge/app_event_types.rb
fb_graph2-0.0.10 lib/fb_graph2/edge/app_event_types.rb
fb_graph2-0.0.9 lib/fb_graph2/edge/app_event_types.rb
fb_graph2-0.0.8 lib/fb_graph2/edge/app_event_types.rb
fb_graph2-0.0.7 lib/fb_graph2/edge/app_event_types.rb