lib/fog/oraclecloud/models/java/database.rb in fog-oraclecloud-0.1.12 vs lib/fog/oraclecloud/models/java/database.rb in fog-oraclecloud-0.1.13

- old
+ new

@@ -1,17 +1,17 @@ -require 'fog/compute/models/server' - -module Fog - module OracleCloud - class Java - class Database < Fog::Model - identity :service_name - - attribute :infra - attribute :connect_string - attribute :version - attribute :pdb - - end - end - end -end +require 'fog/compute/models/server' + +module Fog + module OracleCloud + class Java + class Database < Fog::Model + identity :service_name + + attribute :infra + attribute :connect_string + attribute :version + attribute :pdb + + end + end + end +end