lib/mangopay/model/enum/kyc_level.rb in mangopay-v4-4.0.0 vs lib/mangopay/model/enum/kyc_level.rb in mangopay-v4-4.0.1
- old
+ new
@@ -1,13 +1,13 @@
-require_relative '../../util/enum'
-
-module MangoModel
-
- # KYC level enumeration
- class KycLevel
- extend Enum
-
- LIGHT = value 'LIGHT'
-
- REGULAR = value 'REGULAR'
- end
+require_relative '../../util/enum'
+
+module MangoModel
+
+ # KYC level enumeration
+ class KycLevel
+ extend Enum
+
+ LIGHT = value 'LIGHT'
+
+ REGULAR = value 'REGULAR'
+ end
end
\ No newline at end of file