Exception: Familia::NotConnected
- Defined in:
- lib/familia.rb
Instance Attribute Summary collapse
-
#uri ⇒ Object
readonly
Returns the value of attribute uri.
Instance Method Summary collapse
-
#initialize(uri) ⇒ NotConnected
constructor
A new instance of NotConnected.
- #message ⇒ Object
Constructor Details
#initialize(uri) ⇒ NotConnected
Returns a new instance of NotConnected.
151 152 153 |
# File 'lib/familia.rb', line 151 def initialize uri @uri = uri end |
Instance Attribute Details
#uri ⇒ Object (readonly)
Returns the value of attribute uri.
150 151 152 |
# File 'lib/familia.rb', line 150 def uri @uri end |
Instance Method Details
#message ⇒ Object
154 155 156 |
# File 'lib/familia.rb', line 154 def "No client for #{uri.serverid}" end |