Module: Roma::Client::Proxy::RomaHandler

Defined in:
lib/roma/client/proxy/daemon.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#apObject

Returns the value of attribute ap.



18
19
20
# File 'lib/roma/client/proxy/daemon.rb', line 18

def ap
  @ap
end

#connectedObject (readonly)

Returns the value of attribute connected.



19
20
21
# File 'lib/roma/client/proxy/daemon.rb', line 19

def connected
  @connected
end

Instance Method Details

#post_initObject



21
22
23
24
# File 'lib/roma/client/proxy/daemon.rb', line 21

def post_init
  $log.info("Connected to roma")
  @connected = true
end

#unbindObject



26
27
28
29
# File 'lib/roma/client/proxy/daemon.rb', line 26

def unbind
  $log.info("Disconnected from roma")
  @connected = nil
end