Method: Fog::Compute::Softlayer::KeyPair#save

Defined in:
lib/fog/softlayer/models/compute/key_pair.rb

#saveObject



20
21
22
# File 'lib/fog/softlayer/models/compute/key_pair.rb', line 20

def save
  identity ? update : create
end