class RubyConnman::Technology

Attributes

service_interface[RW]

Public Class Methods

new(path = nil) click to toggle source
# File lib/ruby_connman/technology.rb, line 5
def initialize(path = nil)
  @service_interface = DBus::SystemBus.instance.service('net.connman').object(path)
  @service_interface.introspect
end