Method: Fog::Compute::Softlayer::KeyPair#save
- Defined in:
- lib/fog/softlayer/models/compute/key_pair.rb
#save ⇒ Object
20 21 22 |
# File 'lib/fog/softlayer/models/compute/key_pair.rb', line 20 def save identity ? update : create end |