Class: Memory
- Inherits:
-
Object
- Object
- Memory
- Defined in:
- lib/billygoat/memory.rb
Instance Attribute Summary collapse
-
#brain ⇒ Object
Returns the value of attribute brain.
-
#credentials ⇒ Object
Returns the value of attribute credentials.
-
#skills ⇒ Object
Returns the value of attribute skills.
Instance Attribute Details
#brain ⇒ Object
Returns the value of attribute brain.
3 4 5 |
# File 'lib/billygoat/memory.rb', line 3 def brain @brain end |
#credentials ⇒ Object
Returns the value of attribute credentials.
3 4 5 |
# File 'lib/billygoat/memory.rb', line 3 def credentials @credentials end |
#skills ⇒ Object
Returns the value of attribute skills.
3 4 5 |
# File 'lib/billygoat/memory.rb', line 3 def skills @skills end |