Method: Fog::Service.model

Defined in:
lib/rackspace-fog/core/service.rb

.model(new_model) ⇒ Object



153
154
155
# File 'lib/rackspace-fog/core/service.rb', line 153

def model(new_model)
  models << new_model
end