Class: InheritedProofing::MHV::Service

Inherits:
Object
  • Object
show all
Defined in:
lib/inherited_proofing/mhv/service.rb

Defined Under Namespace

Classes: ConfigMethods

Class Method Summary collapse

Class Method Details

.get_correlation_data(icn) ⇒ Object



8
9
10
# File 'lib/inherited_proofing/mhv/service.rb', line 8

def self.get_correlation_data(icn)
  ConfigMethods.new.correlation_id_api_request(icn)
end

.get_verification_data(correlation_id) ⇒ Object



12
13
14
# File 'lib/inherited_proofing/mhv/service.rb', line 12

def self.get_verification_data(correlation_id)
  ConfigMethods.new.verification_info_api_request(correlation_id)
end