Class: NetworkExecutive::ProgramSchedule::Occurrence

Inherits:
Struct
  • Object
show all
Defined in:
lib/network_executive/program_schedule.rb

Instance Attribute Summary collapse

Instance Attribute Details

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



7
8
9
# File 'lib/network_executive/program_schedule.rb', line 7

def duration
  @duration
end

#end_timeObject

Returns the value of attribute end_time

Returns:

  • (Object)

    the current value of end_time



7
8
9
# File 'lib/network_executive/program_schedule.rb', line 7

def end_time
  @end_time
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



7
8
9
# File 'lib/network_executive/program_schedule.rb', line 7

def start_time
  @start_time
end