Class: Konstati::Tests
- Inherits:
-
Object
- Object
- Konstati::Tests
- Defined in:
- lib/konstati/tests.rb
Class Method Summary collapse
Class Method Details
.create(params) ⇒ Object
5 6 7 |
# File 'lib/konstati/tests.rb', line 5 def self.create(params) Konstati.request(:post, '/tests', params) end |
.delete(id) ⇒ Object
13 14 15 |
# File 'lib/konstati/tests.rb', line 13 def self.delete(id) Konstati.request(:delete, '/tests/' + id) end |