Method: CIMI::Service::Base#resolve

Defined in:
lib/cimi/service/base.rb

#resolve(ref) ⇒ Object

Lookup a reference and return the corresponding model



102
103
104
# File 'lib/cimi/service/base.rb', line 102

def resolve(ref)
  self.class.resolve(ref, context)
end