Class: ContextioNext::Client
- Inherits:
-
Object
- Object
- ContextioNext::Client
- Defined in:
- lib/contextio_next.rb
Instance Attribute Summary collapse
-
#stub ⇒ Object
readonly
Returns the value of attribute stub.
Instance Method Summary collapse
-
#initialize(key:, cert:) ⇒ Client
constructor
A new instance of Client.
Constructor Details
#initialize(key:, cert:) ⇒ Client
Returns a new instance of Client.
9 10 11 |
# File 'lib/contextio_next.rb', line 9 def initialize(key:, cert:) @stub = create_stub(key, cert) end |
Instance Attribute Details
#stub ⇒ Object (readonly)
Returns the value of attribute stub.
8 9 10 |
# File 'lib/contextio_next.rb', line 8 def stub @stub end |