Class: NetworkExecutive::ProgramSchedule::Occurrence
- Inherits:
-
Struct
- Object
- Struct
- NetworkExecutive::ProgramSchedule::Occurrence
- Defined in:
- lib/network_executive/program_schedule.rb
Instance Attribute Summary collapse
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
Instance Attribute Details
#duration ⇒ Object
Returns the value of attribute duration
7 8 9 |
# File 'lib/network_executive/program_schedule.rb', line 7 def duration @duration end |
#end_time ⇒ Object
Returns the value of attribute end_time
7 8 9 |
# File 'lib/network_executive/program_schedule.rb', line 7 def end_time @end_time end |
#start_time ⇒ Object
Returns the value of attribute start_time
7 8 9 |
# File 'lib/network_executive/program_schedule.rb', line 7 def start_time @start_time end |