Class: Trulioo::API::Base
- Inherits:
-
Object
- Object
- Trulioo::API::Base
- Defined in:
- lib/trulioo/api/base.rb
Overview
Trulioo::API::Base has information for the API classes to call the endpoint correctly.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(client) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(client) ⇒ Base
Returns a new instance of Base.
10 11 12 |
# File 'lib/trulioo/api/base.rb', line 10 def initialize(client) @client = client end |
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
8 9 10 |
# File 'lib/trulioo/api/base.rb', line 8 def client @client end |