lib/fog/oraclecloud/models/compute/object_plan.rb in fog-oraclecloud-0.1.12 vs lib/fog/oraclecloud/models/compute/object_plan.rb in fog-oraclecloud-0.1.13
- old
+ new
@@ -1,16 +1,16 @@
-module Fog
- module Compute
- class OracleCloud
- class ObjectPlan < Fog::Model
-
- attribute :label
- attribute :obj_type
- attribute :objects
-
- def object_type
- obj_type
- end
- end
- end
- end
-end
+module Fog
+ module Compute
+ class OracleCloud
+ class ObjectPlan < Fog::Model
+
+ attribute :label
+ attribute :obj_type
+ attribute :objects
+
+ def object_type
+ obj_type
+ end
+ end
+ end
+ end
+end