Class: PFM::Daycare::IncenseInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#babyObject

Returns the value of attribute baby

Returns:

  • (Object)

    the current value of baby



54
55
56
# File 'scripts/01450 Systems/00201 Daycare/00001 PFM/01100 Daycare.rb', line 54

def baby
  @baby
end

#incenseObject

Returns the value of attribute incense

Returns:

  • (Object)

    the current value of incense



54
55
56
# File 'scripts/01450 Systems/00201 Daycare/00001 PFM/01100 Daycare.rb', line 54

def incense
  @incense
end