Method: EasyUpnp::DeviceControlPoint#to_params

Defined in:
lib/easy_upnp/control_point/device_control_point.rb

#to_paramsObject



82
83
84
85
86
87
88
89
90
# File 'lib/easy_upnp/control_point/device_control_point.rb', line 82

def to_params
  {
    urn: @urn,
    service_endpoint: @service_endpoint,
    events_endpoint: @events_endpoint,
    definition: @definition,
    options: @options.options
  }
end