Method: NanoConfiguration.client
- Defined in:
- lib/configuration.rb
.client ⇒ Object
Get the client used to make requests.
12 13 14 15 |
# File 'lib/configuration.rb', line 12 def self.client throw "Set NanoConfiguration.client before making RPC calls" if @@client == nil @@client end |