Method: Conjure::Instance.update
- Defined in:
- lib/conjure/instance.rb
.update(options) ⇒ Object
20 21 22 23 |
# File 'lib/conjure/instance.rb', line 20 def self.update() ip_address = .delete(:ip_address) new(ip_address, ).tap(&:update) end |