Method: CFoundry::V2::Model#update!
- Defined in:
- lib/cfoundry/v2/model.rb
#update! ⇒ Object
105 106 107 108 109 110 111 |
# File 'lib/cfoundry/v2/model.rb', line 105 def update! @manifest = @client.base.send(:"update_#{object_name}", @guid, @diff) @diff.clear true end |