Example #1
0
 def get_by_slug(self, input):
     user = CabSpec.get(slug=input)
     return (user)
Example #2
0
 def get_by_slug(self, input):
     user = CabSpec.get(slug=input)
     return (user)
Example #3
0
 def get_by_id(self, uid):
     return CabSpec.get(uid=uid)
Example #4
0
 def get_by_id(self, uid):
     return CabSpec.get(uid=uid)