Class: PFM::Daycare::IncenseInfo

Inherits:
Struct
  • Object
show all
Defined in:
docs/4_Systems_201_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



36
37
38
# File 'docs/4_Systems_201_Daycare.rb', line 36

def baby
  @baby
end

#incenseObject

Returns the value of attribute incense

Returns:

  • (Object)

    the current value of incense



36
37
38
# File 'docs/4_Systems_201_Daycare.rb', line 36

def incense
  @incense
end