Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Sonarr::Api::DelayProfile
Inherits
Reference
<
Object
Constructors
new
(client :
Sonarr::Client
)
Source
Instance methods
create
(body :
Sonarr::Model::DelayProfileResource
) :
Sonarr::Model::DelayProfileResource
|
Nil
Source
delete
(id :
Int32
) :
Nil
Source
get
(id :
Int32
) :
Sonarr::Model::DelayProfileResource
|
Nil
Source
list
Source
update
(id :
Int32
, body :
Sonarr::Model::DelayProfileResource
) :
Sonarr::Model::DelayProfileResource
|
Nil
Source
update_reorder
(id :
Int32
, after :
Int32
|
Nil
= nil) :
Array
(
Sonarr::Model::DelayProfileResource
)
Source