Class: CFoundry::V1::ServiceInstance

Inherits:
Object
  • Object
show all
Defined in:
lib/appfog-vmc-plugin/cfoundry/v1/service_instance.rb

Instance Method Summary collapse

Instance Method Details

#infraObject



9
10
11
# File 'lib/appfog-vmc-plugin/cfoundry/v1/service_instance.rb', line 9

def infra
  @client.infra(infra_name)
end

#infra=(obj) ⇒ Object



13
14
15
# File 'lib/appfog-vmc-plugin/cfoundry/v1/service_instance.rb', line 13

def infra=(obj)
  set_named(:infra, obj)
end

#infra_nameObject



6
# File 'lib/appfog-vmc-plugin/cfoundry/v1/service_instance.rb', line 6

alias_method :infra_name, :infra

#infra_name=Object



7
# File 'lib/appfog-vmc-plugin/cfoundry/v1/service_instance.rb', line 7

alias_method :infra_name=, :infra=