Class: ShowStack
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#nickname ⇒ Object
Returns the value of attribute nickname.
Instance Method Summary collapse
-
#initialize(init) ⇒ ShowStack
constructor
A new instance of ShowStack.
Methods included from Core::Library
Constructor Details
#initialize(init) ⇒ ShowStack
Returns a new instance of ShowStack.
10 11 12 |
# File 'lib/stack_rails.rb', line 10 def initialize(init) @init = init end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
8 9 10 |
# File 'lib/stack_rails.rb', line 8 def name @name end |
#nickname ⇒ Object
Returns the value of attribute nickname.
8 9 10 |
# File 'lib/stack_rails.rb', line 8 def nickname @nickname end |