Sha256: 19a7438caf8ecb1028c84f50548156bb42b756af80c55e970e6c60b213c54929
Contents?: true
Size: 321 Bytes
Versions: 1
Compression:
Stored size: 321 Bytes
Contents
module Screenbeacon class Project < APIResource include Screenbeacon::APIOperations::Create include Screenbeacon::APIOperations::Update include Screenbeacon::APIOperations::Delete include Screenbeacon::APIOperations::List def alerts Alert.all({ :project_id => id }, @opts) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
screenbeacon-0.1.0 | lib/screenbeacon/project.rb |