class Ey::Core::Client::Environments

Public Instance Methods

alerting(params={}) click to toggle source
# File lib/ey-core/collections/environments.rb, line 10
def alerting(params={})
  connection.environments.load(
    self.connection.get_alerting_environments(params)
  )
end