Create a get_driver_type() method.

Trying to respect that attribute can be accessed/modified by method
call.
This commit is contained in:
uggla 2015-07-08 16:05:45 +02:00
parent bc9cb6eae5
commit d97e33e87d
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ class Driver(object):
# Get credentials from conf files for CMDB
pass
def get_driver_type(self):
return self.driver_type
def get_ci(self):
pass