Class: HighLevel::Models::Calendars::Hour

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/calendars/hour.rb

Instance Attribute Summary collapse

Instance Attribute Details

#close_hourObject (readonly)

Returns the value of attribute close_hour

Returns:

  • (Object)

    the current value of close_hour



9
10
11
# File 'lib/high_level/models/calendars/hour.rb', line 9

def close_hour
  @close_hour
end

#close_minuteObject (readonly)

Returns the value of attribute close_minute

Returns:

  • (Object)

    the current value of close_minute



9
10
11
# File 'lib/high_level/models/calendars/hour.rb', line 9

def close_minute
  @close_minute
end

#open_hourObject (readonly)

Returns the value of attribute open_hour

Returns:

  • (Object)

    the current value of open_hour



9
10
11
# File 'lib/high_level/models/calendars/hour.rb', line 9

def open_hour
  @open_hour
end

#open_minuteObject (readonly)

Returns the value of attribute open_minute

Returns:

  • (Object)

    the current value of open_minute



9
10
11
# File 'lib/high_level/models/calendars/hour.rb', line 9

def open_minute
  @open_minute
end