Method: Podio::NotificationGroup.find

Defined in:
lib/podio/models/notification_group.rb

.find(id) ⇒ Object



15
16
17
# File 'lib/podio/models/notification_group.rb', line 15

def find(id)
  member Podio.connection.get("/notification/#{id}/v2").body
end