Module: FbGraph2::Edge::AppEventTypes

Included in:
App
Defined in:
lib/fb_graph2/edge/app_event_types.rb

Instance Method Summary collapse

Instance Method Details

#app_event_types(params = {}) ⇒ Object



4
5
6
7
8
9
# File 'lib/fb_graph2/edge/app_event_types.rb', line 4

def app_event_types(params = {})
  types = self.edge :app_event_types, params
  types.collect! do |type|
    Struct::AppEventType.new type
  end
end