Sha256: a3ebefb7cb426ca5162786ef5eea67c293423b9075f7aa337796f55866356505
Contents?: true
Size: 409 Bytes
Versions: 54
Compression:
Stored size: 409 Bytes
Contents
class Ey::Core::Client::Environments < Ey::Core::Collection model Ey::Core::Client::Environment self.model_root = "environment" self.model_request = :get_environment self.collection_root = "environments" self.collection_request = :get_environments def alerting(params={}) connection.environments.load( self.connection.get_alerting_environments(params) ) end end
Version data entries
54 entries across 54 versions & 3 rubygems