module Adparlor module Facebook module GraphApi class Application < GraphObject include Fields::Application include Traits::Methods field_attrs FIELDS def app_event_types @app_event_types ||= CollectionProxy.new AppEventType, "/#{id}/app_event_types", access_token end end end end end