Method: Podio::Live.accept
- Defined in:
- lib/podio/models/live.rb
.accept(id) ⇒ Object
35 36 37 |
# File 'lib/podio/models/live.rb', line 35 def accept(id) Podio.connection.post("/live/#{id}/accept").status end |
35 36 37 |
# File 'lib/podio/models/live.rb', line 35 def accept(id) Podio.connection.post("/live/#{id}/accept").status end |