1: <?php
2:
3: /**
4: * PHP OpenCloud library.
5: *
6: * @author Jamie Hannaford <jamie@limetree.org>
7: * @version 2.0.0
8: * @copyright Copyright 2012-2013 Rackspace US, Inc.
9: * @license https://www.apache.org/licenses/LICENSE-2.0 Apache 2.0
10: */
11:
12: /**
13: * Description of Role
14: *
15: * @link
16: *
17: * @codeCoverageIgnore
18: */
19: class Role
20: {
21: }