class EY::ServicesAPI::ProvisionedServiceCreation
Public Class Methods
from_request(request)
click to toggle source
# File lib/ey_services_api/provisioned_service_creation.rb, line 11 def self.from_request(request) json = JSON.parse(request) new(json) end
new(*args)
click to toggle source
Calls superclass method
# File lib/ey_services_api/provisioned_service_creation.rb, line 5 def initialize(*args) super(*args) self.environment = Environment.new(self.environment) self.app = App.new(self.app) end