class Trusona::Services::TrusonaficationService
A service to interact with the Trusonafications resource in the Trusona
REST API
Public Class Methods
new(client: Trusona::Api::HTTPClient.new, mapper: Trusona::Mappers::TrusonaficationMapper.new)
click to toggle source
Calls superclass method
Trusona::Services::BaseService::new
# File lib/trusona/services/trusonafication_service.rb, line 9 def initialize(client: Trusona::Api::HTTPClient.new, mapper: Trusona::Mappers::TrusonaficationMapper.new) super @resource_path = '/api/v2/trusonafications' end