Class: Proc
- Inherits:
-
Object
- Object
- Proc
- Defined in:
- lib/proc.rb,
lib/proc/client.rb,
lib/proc/version.rb,
lib/proc/callable.rb,
lib/proc/enumerator.rb,
lib/proc/composition.rb,
lib/proc/msgpack/types/decimal.rb
Defined Under Namespace
Modules: Msgpack Classes: Callable, Client, Composition, Enumerator, Error, Forbidden, Invalid, Limited, Timeout, Unauthorized, Unavailable, Undefined
Constant Summary collapse
- VERSION =
"0.15.1"
Class Method Summary collapse
-
.connect(authorization = Proc::Client.authorization, client: Proc::Client, **options) ⇒ Object
- public
-
Connect a client with an authorization.
-
.version ⇒ Object
[public].
Class Method Details
.connect(authorization = Proc::Client.authorization, client: Proc::Client, **options) ⇒ Object
- public
-
Connect a client with an authorization.
10 11 12 |
# File 'lib/proc.rb', line 10 def connect( = Proc::Client., client: Proc::Client, **) client.new(, **) end |
.version ⇒ Object
- public
8 9 10 |
# File 'lib/proc/version.rb', line 8 def self.version VERSION end |