Module: FbGraph2::Edge::Files
- Included in:
- Group
- Defined in:
- lib/fb_graph2/edge/files.rb
Instance Method Summary collapse
Instance Method Details
#files(params = {}) ⇒ Object
4 5 6 7 8 9 |
# 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 |