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