Class: CFoundry::V2::ManagedServiceInstance

Inherits:
ServiceInstance show all
Defined in:
lib/cfoundry/v2/managed_service_instance.rb

Instance Attribute Summary

Attributes inherited from Model

#cache, #changes, #created_at, #diff, #guid, #updated_at

Attributes included from ModelMagic

#scoped_organization, #scoped_space

Class Method Summary collapse

Methods inherited from Model

#attribute_for_error, #changed?, #create, #create!, #create_endpoint_name, #delete, #delete!, #eql?, #exists?, #hash, inherited, #initialize, #inspect, #invalidate!, #manifest, #object_name, objects, #partial?, #persisted?, #plural_object_name, #query_target, #to_key, #to_param, #update!

Methods included from ModelMagic

#attributes, #defaults, #inherited, #object_name, params_from, #plural_object_name, query_from_hash, #scoped_to_organization, #scoped_to_space, #to_many_relations, #to_one_relations

Methods included from CFoundry::V2::ModelMagic::QueryableBy

#queryable_by

Methods included from CFoundry::V2::ModelMagic::ToMany

#to_many

Methods included from CFoundry::V2::ModelMagic::ToOne

#to_one

Methods included from CFoundry::V2::ModelMagic::Attribute

#attribute

Methods included from CFoundry::V2::ModelMagic::HasSummary

#has_summary

Methods included from CFoundry::V2::ModelMagic::ClientExtensions

#add_client_methods

Constructor Details

This class inherits a constructor from CFoundry::V2::Model

Class Method Details

.object_nameObject



9
10
11
# File 'lib/cfoundry/v2/managed_service_instance.rb', line 9

def self.object_name
  'service_instance'
end