Class: Mbti::Type::Intj
- Inherits:
-
Mbti::Type
- Object
- Mbti::Type
- Mbti::Type::Intj
- Defined in:
- lib/mbti/type/intj.rb
Instance Attribute Summary
Attributes inherited from Mbti::Type
#attitude, #judging_function, #lifestyle, #perceiving_function
Instance Method Summary collapse
-
#initialize ⇒ Intj
constructor
A new instance of Intj.
Methods inherited from Mbti::Type
#extraverted?, #feeling?, #introverted?, #intuitive?, #judging?, #observant?, #perceiving?, #thinking?
Constructor Details
#initialize ⇒ Intj
9 10 11 |
# File 'lib/mbti/type/intj.rb', line 9 def initialize super :i, :n, :f, :p end |