Class: AbilityAnalysis::UserStub
- Inherits:
-
Struct
- Object
- Struct
- AbilityAnalysis::UserStub
- Defined in:
- lib/ability_analysis.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#role_names ⇒ Object
Returns the value of attribute role_names.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'lib/ability_analysis.rb', line 7 def id @id end |
#role_names ⇒ Object
Returns the value of attribute role_names
7 8 9 |
# File 'lib/ability_analysis.rb', line 7 def role_names @role_names end |