Class: HighLevel::Models::ConversationAi::Interval
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::ConversationAi::Interval
- Defined in:
- lib/high_level/models/conversation_ai/interval.rb
Instance Attribute Summary collapse
-
#end_hour ⇒ Object
readonly
Returns the value of attribute end_hour.
-
#end_minute ⇒ Object
readonly
Returns the value of attribute end_minute.
-
#start_hour ⇒ Object
readonly
Returns the value of attribute start_hour.
-
#start_minute ⇒ Object
readonly
Returns the value of attribute start_minute.
Instance Attribute Details
#end_hour ⇒ Object (readonly)
Returns the value of attribute end_hour
9 10 11 |
# File 'lib/high_level/models/conversation_ai/interval.rb', line 9 def end_hour @end_hour end |
#end_minute ⇒ Object (readonly)
Returns the value of attribute end_minute
9 10 11 |
# File 'lib/high_level/models/conversation_ai/interval.rb', line 9 def end_minute @end_minute end |
#start_hour ⇒ Object (readonly)
Returns the value of attribute start_hour
9 10 11 |
# File 'lib/high_level/models/conversation_ai/interval.rb', line 9 def start_hour @start_hour end |
#start_minute ⇒ Object (readonly)
Returns the value of attribute start_minute
9 10 11 |
# File 'lib/high_level/models/conversation_ai/interval.rb', line 9 def start_minute @start_minute end |