Class: HighLevel::Models::Objects::CreatedByResponseDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Objects::CreatedByResponseDTO
- Defined in:
- lib/high_level/models/objects/created_by_response_dto.rb
Instance Attribute Summary collapse
-
#channel ⇒ Object
readonly
Returns the value of attribute channel.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#source_id ⇒ Object
readonly
Returns the value of attribute source_id.
Instance Attribute Details
#channel ⇒ Object (readonly)
Returns the value of attribute channel
9 10 11 |
# File 'lib/high_level/models/objects/created_by_response_dto.rb', line 9 def channel @channel end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/objects/created_by_response_dto.rb', line 9 def created_at @created_at end |
#source ⇒ Object (readonly)
Returns the value of attribute source
9 10 11 |
# File 'lib/high_level/models/objects/created_by_response_dto.rb', line 9 def source @source end |
#source_id ⇒ Object (readonly)
Returns the value of attribute source_id
9 10 11 |
# File 'lib/high_level/models/objects/created_by_response_dto.rb', line 9 def source_id @source_id end |