Class: PFM::Daycare::IncenseInfo
- Defined in:
- scripts/01450 Systems/00201 Daycare/00001 PFM/01100 Daycare.rb
Overview
Structure holding the information about the insence the male should hold and the baby that will be generated
Instance Attribute Summary collapse
-
#baby ⇒ Object
Returns the value of attribute baby.
-
#incense ⇒ Object
Returns the value of attribute incense.
Instance Attribute Details
#baby ⇒ Object
Returns the value of attribute baby
54 55 56 |
# File 'scripts/01450 Systems/00201 Daycare/00001 PFM/01100 Daycare.rb', line 54 def baby @baby end |
#incense ⇒ Object
Returns the value of attribute incense
54 55 56 |
# File 'scripts/01450 Systems/00201 Daycare/00001 PFM/01100 Daycare.rb', line 54 def incense @incense end |