Class: EasyUpnp::DeviceControlPoint::EventConfigOptions
- Inherits:
-
OptionsBase
- Object
- OptionsBase
- EasyUpnp::DeviceControlPoint::EventConfigOptions
- Defined in:
- lib/easy_upnp/control_point/device_control_point.rb
Constant Summary collapse
- DEFAULTS =
{ configure_http_listener: ->(c) { }, configure_subscription_manager: ->(c) { } }
Instance Attribute Summary
Attributes inherited from OptionsBase
Instance Method Summary collapse
-
#initialize(&block) ⇒ EventConfigOptions
constructor
A new instance of EventConfigOptions.
Constructor Details
#initialize(&block) ⇒ EventConfigOptions
Returns a new instance of EventConfigOptions.
38 39 40 |
# File 'lib/easy_upnp/control_point/device_control_point.rb', line 38 def initialize(&block) super({}, DEFAULTS, &block) end |