Class: Trulioo::API::Base

Inherits:
Object
  • Object
show all
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

Configuration, Connection, Verifications

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#clientObject (readonly)

Returns the value of attribute client.



8
9
10
# File 'lib/trulioo/api/base.rb', line 8

def client
  @client
end