Method: Prof::ServiceInstance#initialize
- Defined in:
- lib/prof/service_instance.rb
#initialize(name = "cf-service-#{SecureRandom.hex(4)}") ⇒ ServiceInstance
Returns a new instance of ServiceInstance.
15 16 17 |
# File 'lib/prof/service_instance.rb', line 15 def initialize(name = "cf-service-#{SecureRandom.hex(4)}") @name = name end |