Class: Saber::AutoFetcher::DRbClient
- Inherits:
-
Object
- Object
- Saber::AutoFetcher::DRbClient
- Defined in:
- lib/saber/autofetcher/client.rb
Instance Attribute Summary collapse
-
#server ⇒ Object
readonly
Returns the value of attribute server.
Instance Method Summary collapse
- #add(*names) ⇒ Object
-
#initialize ⇒ DRbClient
constructor
A new instance of DRbClient.
Constructor Details
Instance Attribute Details
#server ⇒ Object (readonly)
Returns the value of attribute server.
53 54 55 |
# File 'lib/saber/autofetcher/client.rb', line 53 def server @server end |