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