Class: HighLevel::Models::Conversations::UserTypingBody
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::UserTypingBody
- Defined in:
- lib/high_level/models/conversations/user_typing_body.rb
Instance Attribute Summary collapse
-
#conversation_id ⇒ Object
readonly
Returns the value of attribute conversation_id.
-
#is_typing ⇒ Object
readonly
Returns the value of attribute is_typing.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#visitor_id ⇒ Object
readonly
Returns the value of attribute visitor_id.
Instance Attribute Details
#conversation_id ⇒ Object (readonly)
Returns the value of attribute conversation_id
9 10 11 |
# File 'lib/high_level/models/conversations/user_typing_body.rb', line 9 def conversation_id @conversation_id end |
#is_typing ⇒ Object (readonly)
Returns the value of attribute is_typing
9 10 11 |
# File 'lib/high_level/models/conversations/user_typing_body.rb', line 9 def is_typing @is_typing end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/conversations/user_typing_body.rb', line 9 def location_id @location_id end |
#visitor_id ⇒ Object (readonly)
Returns the value of attribute visitor_id
9 10 11 |
# File 'lib/high_level/models/conversations/user_typing_body.rb', line 9 def visitor_id @visitor_id end |