Class: NullEncounter::Service
- Inherits:
-
Struct
- Object
- Struct
- NullEncounter::Service
- Defined in:
- lib/aqi.rb
Instance Attribute Summary collapse
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#performing_provider ⇒ Object
Returns the value of attribute performing_provider.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ Object
Returns the value of attribute end_time
27 28 29 |
# File 'lib/aqi.rb', line 27 def end_time @end_time end |
#performing_provider ⇒ Object
Returns the value of attribute performing_provider
27 28 29 |
# File 'lib/aqi.rb', line 27 def performing_provider @performing_provider end |
#start_time ⇒ Object
Returns the value of attribute start_time
27 28 29 |
# File 'lib/aqi.rb', line 27 def start_time @start_time end |