Method: CS::EndPoint#update

Defined in:
lib/cs/end_point.rb

#update(options = {}) ⇒ Object

Update current end point object to CS, just like #update! but it will return nil if there is an error



165
166
167
# File 'lib/cs/end_point.rb', line 165

def update(options={})
  update!(options) rescue false
end