module FbGraph2::Edge::StaticResources
Public Instance Methods
static_resources(params = {})
click to toggle source
# File lib/fb_graph2/edge/static_resources.rb, line 4 def static_resources(params = {}) resources = self.edge :staticresources, params resources.collect! do |resource| Struct::StaticResource.new resource end end
Also aliased as: staticresources