Module: Prove
- Defined in:
- lib/prove.rb,
lib/prove/client.rb,
lib/prove/version.rb,
lib/prove/verification.rb
Defined Under Namespace
Classes: Client, Verification
Constant Summary collapse
- VERSION =
"0.0.2"
Class Attribute Summary collapse
-
.client ⇒ Object
readonly
Returns the value of attribute client.
Class Method Summary collapse
Class Attribute Details
.client ⇒ Object (readonly)
Returns the value of attribute client.
5 6 7 |
# File 'lib/prove.rb', line 5 def client @client end |