Class: Zaikio::MissionControl::Machine
- Defined in:
- lib/zaikio/mission_control/machine.rb
Instance Method Summary collapse
Instance Method Details
#production_schedule_slots ⇒ Object
4 5 6 7 8 |
# File 'lib/zaikio/mission_control/machine.rb', line 4 def production_schedule_slots @production_schedule_slots ||= get(:production_schedule)["production_schedule_slots"].map do |slot| Zaikio::MissionControl::Slot.new(slot) end end |