Sha256: 172acc27478108a16f9418d62ba854b1523206bd110d307391eb11f83553bfa4

Contents?: true

Size: 264 Bytes

Versions: 4

Compression:

Stored size: 264 Bytes

Contents

module FbGraph2
  class Video < Node
    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

4 entries across 4 versions & 1 rubygems

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