Class: Fog::Compute::OracleCloud::SecurityList

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/oraclecloud/models/compute/security_list.rb

Instance Method Summary collapse

Instance Method Details

#saveObject



19
20
21
22
# File 'lib/fog/oraclecloud/models/compute/security_list.rb', line 19

def save
  #identity ? update : create
  create
end