Class: Role::RoleDefinition
- Inherits:
-
Struct
- Object
- Struct
- Role::RoleDefinition
- Defined in:
- app/models/role.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
10 11 12 |
# File 'app/models/role.rb', line 10 def default @default end |
#description ⇒ Object
Returns the value of attribute description
10 11 12 |
# File 'app/models/role.rb', line 10 def description @description end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'app/models/role.rb', line 10 def name @name end |