Class: CirroIOV2::Resources::NotificationConfiguration
- Defined in:
- lib/cirro_io_v2/resources/notification_configuration.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from CirroIOV2::Resources::Base
Instance Method Details
#list(params = nil) ⇒ Object
4 5 6 7 |
# File 'lib/cirro_io_v2/resources/notification_configuration.rb', line 4 def list(params = nil) response = client.request_client.request(:get, resource_root, params:) Responses::NotificationConfigurationListResponse.new(response.body) end |