module FbGraph2::Edge::AppEventTypes

Public Instance Methods

app_event_types(params = {}) click to toggle source
# 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