Sha256: 582d983f3154ce4f07f9b9aeb4c8e7631a85874b9cde1029d913b74249753ce5

Contents?: true

Size: 323 Bytes

Versions: 4

Compression:

Stored size: 323 Bytes

Contents

module FbGraph2
  class Event < Node
    register_attributes(
      raw: [:description, :is_date_only, :location, :name, :privacy, :ticket_uri, :timezone],
      time: [:end_time, :start_time, :updated_time],
      page: [:venue],
      profile: [:owner],
      group: [:parent_group],
      photo: [:cover]
    )
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fb_graph2-0.0.6 lib/fb_graph2/event.rb
fb_graph2-0.0.5 lib/fb_graph2/event.rb
fb_graph2-0.0.4 lib/fb_graph2/event.rb
fb_graph2-0.0.3 lib/fb_graph2/event.rb