Class: ServiceInstanceHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/cf/cli/service/service_instance_helper.rb

Class Method Summary collapse

Class Method Details

.new(instance) ⇒ Object



2
3
4
# File 'lib/cf/cli/service/service_instance_helper.rb', line 2

def self.new(instance)
  "#{instance.class.name.demodulize}Helper".constantize.new(instance)
end