Class: HighLevel::Models::VoiceAi::IntervalDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/voice_ai/interval_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_hourObject (readonly)

Returns the value of attribute end_hour

Returns:

  • (Object)

    the current value of end_hour



9
10
11
# File 'lib/high_level/models/voice_ai/interval_dto.rb', line 9

def end_hour
  @end_hour
end

#end_minuteObject (readonly)

Returns the value of attribute end_minute

Returns:

  • (Object)

    the current value of end_minute



9
10
11
# File 'lib/high_level/models/voice_ai/interval_dto.rb', line 9

def end_minute
  @end_minute
end

#start_hourObject (readonly)

Returns the value of attribute start_hour

Returns:

  • (Object)

    the current value of start_hour



9
10
11
# File 'lib/high_level/models/voice_ai/interval_dto.rb', line 9

def start_hour
  @start_hour
end

#start_minuteObject (readonly)

Returns the value of attribute start_minute

Returns:

  • (Object)

    the current value of start_minute



9
10
11
# File 'lib/high_level/models/voice_ai/interval_dto.rb', line 9

def start_minute
  @start_minute
end