Method: Fog::OpenStack::Network::Subnet#update
- Defined in:
- lib/fog/openstack/network/models/subnet.rb
#update ⇒ Object
29 30 31 32 33 34 |
# File 'lib/fog/openstack/network/models/subnet.rb', line 29 def update requires :id merge_attributes(service.update_subnet(id, attributes).body['subnet']) self end |