class ServiceInstanceHelper

Public Class Methods

new(instance) click to toggle source
# File lib/cf/cli/service/service_instance_helper.rb, line 2
def self.new(instance)
  "#{instance.class.name.demodulize}Helper".constantize.new(instance)
end