Sha256: edfe2f318adb80c4515abe1ef4ee88fd1fa8208ed037964f986468b931d3ed2f

Contents?: true

Size: 554 Bytes

Versions: 15

Compression:

Stored size: 554 Bytes

Contents

module FbGraph2
  class Event < Node
    include Edge::Attending
    include Edge::Declined
    include Edge::Feed
    include Edge::Invited
    include Edge::Maybe
    include Edge::Noreply
    include Edge::Picture
    include Edge::Photos
    include Edge::Videos

    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

15 entries across 15 versions & 1 rubygems

Version Path
fb_graph2-0.4.1 lib/fb_graph2/event.rb
fb_graph2-0.4.0 lib/fb_graph2/event.rb
fb_graph2-0.3.2 lib/fb_graph2/event.rb
fb_graph2-0.3.1 lib/fb_graph2/event.rb
fb_graph2-0.3.0 lib/fb_graph2/event.rb
fb_graph2-0.2.0 lib/fb_graph2/event.rb
fb_graph2-0.1.3 lib/fb_graph2/event.rb
fb_graph2-0.1.2 lib/fb_graph2/event.rb
fb_graph2-0.1.1 lib/fb_graph2/event.rb
fb_graph2-0.1.0 lib/fb_graph2/event.rb
fb_graph2-0.0.11 lib/fb_graph2/event.rb
fb_graph2-0.0.10 lib/fb_graph2/event.rb
fb_graph2-0.0.9 lib/fb_graph2/event.rb
fb_graph2-0.0.8 lib/fb_graph2/event.rb
fb_graph2-0.0.7 lib/fb_graph2/event.rb