Class: NullEncounter::Service

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

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeObject

Returns the value of attribute end_time

Returns:

  • (Object)

    the current value of end_time



27
28
29
# File 'lib/aqi.rb', line 27

def end_time
  @end_time
end

#performing_providerObject

Returns the value of attribute performing_provider

Returns:

  • (Object)

    the current value of performing_provider



27
28
29
# File 'lib/aqi.rb', line 27

def performing_provider
  @performing_provider
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



27
28
29
# File 'lib/aqi.rb', line 27

def start_time
  @start_time
end