Class: Kessel::RBAC::V2::Workspace
- Inherits:
-
Struct
- Object
- Struct
- Kessel::RBAC::V2::Workspace
- Defined in:
- lib/kessel/rbac/v2.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
15 16 17 |
# File 'lib/kessel/rbac/v2.rb', line 15 def description @description end |
#id ⇒ Object
Returns the value of attribute id
15 16 17 |
# File 'lib/kessel/rbac/v2.rb', line 15 def id @id end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/kessel/rbac/v2.rb', line 15 def name @name end |
#type ⇒ Object
Returns the value of attribute type
15 16 17 |
# File 'lib/kessel/rbac/v2.rb', line 15 def type @type end |