Class: ShowStack

Inherits:
Object
  • Object
show all
Includes:
Core::Library
Defined in:
lib/stack_rails.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::Library

#first_method

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

#nameObject

Returns the value of attribute name.



8
9
10
# File 'lib/stack_rails.rb', line 8

def name
  @name
end

#nicknameObject

Returns the value of attribute nickname.



8
9
10
# File 'lib/stack_rails.rb', line 8

def nickname
  @nickname
end