Method: Fog::Compute::Softlayer::KeyPair#create

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

#createObject



24
25
26
27
28
29
# File 'lib/fog/softlayer/models/compute/key_pair.rb', line 24

def create
  requires :key, :label
  response = service.create_key_pair(attributes).body
  merge_attributes(response)
  self
end