Class: EY::ServicesAPI::Integration

Inherits:
Object
  • Object
show all
Defined in:
lib/ey_services_api/integration.rb,
lib/ey_services_api/integration/server.rb

Defined Under Namespace

Classes: Server

Class Method Summary collapse

Class Method Details

.mapperObject



17
18
19
# File 'lib/ey_services_api/integration.rb', line 17

def self.mapper
  @mapper
end

.mapper=(mapper) ⇒ Object



13
14
15
# File 'lib/ey_services_api/integration.rb', line 13

def self.mapper=(mapper)
  @mapper = mapper
end

.register_service(registration_url, service_url) ⇒ Object



5
6
7
# File 'lib/ey_services_api/integration.rb', line 5

def self.register_service(registration_url, service_url)
  create_service(service_registration_params(service_url), registration_url)
end

.serverObject



9
10
11
# File 'lib/ey_services_api/integration.rb', line 9

def self.server
  Server
end