Sha256: e0747a33ff883b45b0e45b76194b7793baeb9217b713297116abbdb520d9299c

Contents?: true

Size: 360 Bytes

Versions: 43

Compression:

Stored size: 360 Bytes

Contents

module FbGraph2
  class Video < Node
    include Edge::Comments
    include Edge::Likes::LikeeContext
    include Edge::SharedPosts

    register_attributes(
      raw: [:description, :embed_html, :icon, :length, :name, :picture, :source],
      time: [:created_time, :updated_time],
      profile: [:from],
      custom: [:format, :thumbnails]
    )
  end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
fb_graph2-0.0.9 lib/fb_graph2/video.rb
fb_graph2-0.0.8 lib/fb_graph2/video.rb
fb_graph2-0.0.7 lib/fb_graph2/video.rb