Class: Pueri::Neuro

Inherits:
Object
  • Object
show all
Defined in:
lib/pueri/neuro.rb

Overview

Class description here

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(norm_age) ⇒ Neuro

Returns a new instance of Neuro.



8
9
10
11
12
# File 'lib/pueri/neuro.rb', line 8

def initialize(norm_age)
  @range = calc_range(norm_age)
  init_tables
  mount_table
end

Instance Attribute Details

#headerObject (readonly)

Returns the value of attribute header.



6
7
8
# File 'lib/pueri/neuro.rb', line 6

def header
  @header
end

#langObject (readonly)

Returns the value of attribute lang.



6
7
8
# File 'lib/pueri/neuro.rb', line 6

def lang
  @lang
end

#motorObject (readonly)

Returns the value of attribute motor.



6
7
8
# File 'lib/pueri/neuro.rb', line 6

def motor
  @motor
end

#rangeObject (readonly)

Returns the value of attribute range.



6
7
8
# File 'lib/pueri/neuro.rb', line 6

def range
  @range
end

#socialObject (readonly)

Returns the value of attribute social.



6
7
8
# File 'lib/pueri/neuro.rb', line 6

def social
  @social
end

#tableObject (readonly)

Returns the value of attribute table.



6
7
8
# File 'lib/pueri/neuro.rb', line 6

def table
  @table
end