Module: FbGraph2::Edge::Pokes
- Included in:
- User
- Defined in:
- lib/fb_graph2/edge/pokes.rb
Instance Method Summary collapse
Instance Method Details
#pokes(params = {}) ⇒ Object
4 5 6 7 8 9 |
# File 'lib/fb_graph2/edge/pokes.rb', line 4 def pokes(params = {}) pokes = self.edge :pokes, params pokes.collect! do |poke| Struct::Poke.new poke end end |