Class: Pueri::Neuro
- Inherits:
-
Object
- Object
- Pueri::Neuro
- Defined in:
- lib/pueri/neuro.rb
Overview
Class description here
Instance Attribute Summary collapse
-
#header ⇒ Object
readonly
Returns the value of attribute header.
-
#lang ⇒ Object
readonly
Returns the value of attribute lang.
-
#motor ⇒ Object
readonly
Returns the value of attribute motor.
-
#range ⇒ Object
readonly
Returns the value of attribute range.
-
#social ⇒ Object
readonly
Returns the value of attribute social.
-
#table ⇒ Object
readonly
Returns the value of attribute table.
Instance Method Summary collapse
-
#initialize(norm_age) ⇒ Neuro
constructor
A new instance of Neuro.
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
#header ⇒ Object (readonly)
Returns the value of attribute header.
6 7 8 |
# File 'lib/pueri/neuro.rb', line 6 def header @header end |
#lang ⇒ Object (readonly)
Returns the value of attribute lang.
6 7 8 |
# File 'lib/pueri/neuro.rb', line 6 def lang @lang end |
#motor ⇒ Object (readonly)
Returns the value of attribute motor.
6 7 8 |
# File 'lib/pueri/neuro.rb', line 6 def motor @motor end |
#range ⇒ Object (readonly)
Returns the value of attribute range.
6 7 8 |
# File 'lib/pueri/neuro.rb', line 6 def range @range end |
#social ⇒ Object (readonly)
Returns the value of attribute social.
6 7 8 |
# File 'lib/pueri/neuro.rb', line 6 def @social end |
#table ⇒ Object (readonly)
Returns the value of attribute table.
6 7 8 |
# File 'lib/pueri/neuro.rb', line 6 def table @table end |