Sha256: d7a3c4ff06e74e69cc4107854d7f450612aa5916bd52dbdbed20aec9b08bb1ec

Contents?: true

Size: 169 Bytes

Versions: 1

Compression:

Stored size: 169 Bytes

Contents

class Sysdig::GetNotification < Sysdig::Request
  def real(notification_id)
    service.request(
      :path => "/api/notifications/#{notification_id}",
    )
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sysdig-0.1.0 lib/sysdig/get_notification.rb