Class: EasyUpnp::DeviceControlPoint::Options
- Inherits:
-
OptionsBase
- Object
- OptionsBase
- EasyUpnp::DeviceControlPoint::Options
- Defined in:
- lib/easy_upnp/control_point/device_control_point.rb
Constant Summary collapse
- DEFAULTS =
{ advanced_typecasting: true, validate_arguments: false, log_enabled: true, log_level: :error, call_options: {}, cookies: nil }
Instance Attribute Summary
Attributes inherited from OptionsBase
Instance Method Summary collapse
-
#initialize(o = {}, &block) ⇒ Options
constructor
A new instance of Options.