Class: ShowStack
- Inherits:
-
Object
- Object
- ShowStack
- Defined in:
- lib/stack_rails.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#nickname ⇒ Object
Returns the value of attribute nickname.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/stack_rails.rb', line 6 def name @name end |
#nickname ⇒ Object
Returns the value of attribute nickname.
6 7 8 |
# File 'lib/stack_rails.rb', line 6 def nickname @nickname end |
Instance Method Details
#lib ⇒ Object
8 9 10 |
# File 'lib/stack_rails.rb', line 8 def lib @lib ||= Library.new end |