Method: Fog::OpenStack::Monitoring::NotificationMethod#create
- Defined in:
- lib/fog/openstack/monitoring/models/notification_method.rb
#create ⇒ Object
15 16 17 18 19 20 |
# File 'lib/fog/openstack/monitoring/models/notification_method.rb', line 15 def create requires :name, :type, :address merge_attributes( service.create_notification_method(attributes).body ) end |