Module: Jeera
- Defined in:
- lib/jeera.rb,
lib/jeera/config.rb,
lib/jeera/version.rb
Defined Under Namespace
Modules: Commands, Util Classes: Client, Config, Shell
Constant Summary collapse
- VERSION =
'0.1.0'
Class Attribute Summary collapse
-
.client ⇒ Object
readonly
Returns the value of attribute client.
-
.config ⇒ Object
readonly
Returns the value of attribute config.
Class Attribute Details
.client ⇒ Object (readonly)
Returns the value of attribute client.
19 20 21 |
# File 'lib/jeera.rb', line 19 def client @client end |
.config ⇒ Object (readonly)
Returns the value of attribute config.
26 27 28 |
# File 'lib/jeera/config.rb', line 26 def config @config end |