Module: FbGraph::Connections::Pokes
- Included in:
- User
- Defined in:
- lib/fb_graph/connections/pokes.rb
Instance Method Summary collapse
Instance Method Details
#pokes(options = {}) ⇒ Object
4 5 6 7 8 9 |
# File 'lib/fb_graph/connections/pokes.rb', line 4 def pokes( = {}) pokes = self.connection :pokes, pokes.map! do |poke| Poke.new poke end end |