module FbGraph2::Edge::Files

Public Instance Methods

files(params = {}) click to toggle source
# File lib/fb_graph2/edge/files.rb, line 4
def files(params = {})
  files = self.edge :files, params
  files.collect! do |file|
    Struct::GroupFile.new file
  end
end