Class: EasyUpnp::Options
- Inherits:
-
OptionsBase
- Object
- OptionsBase
- EasyUpnp::Options
- Defined in:
- lib/easy_upnp/events/subscription_manager.rb
Constant Summary collapse
- DEFAULTS =
{ ## # Number of seconds to request our event subscription be active for. The # server can set it to whatever it wants. requested_timeout: 300, ## # Number of seconds before a subscription expires before we request that # it be refreshed. resubscription_interval_buffer: 10, ## # Specifies an existing subscription ID. If non-nil, will attempt to # maintain the existing subscription, creating a new one if there's an # error. If nil, will always create a new subscription. existing_sid: nil, logger: Logger.new($stdout), log_level: Logger::WARN, on_shutdown: -> { } }
Instance Attribute Summary
Attributes inherited from OptionsBase
Instance Method Summary collapse
-
#initialize(o, &block) ⇒ Options
constructor
A new instance of Options.