Class: HighLevel::Models::Objects::CreatedByResponseDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/objects/created_by_response_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject (readonly)

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



9
10
11
# File 'lib/high_level/models/objects/created_by_response_dto.rb', line 9

def channel
  @channel
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



9
10
11
# File 'lib/high_level/models/objects/created_by_response_dto.rb', line 9

def created_at
  @created_at
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



9
10
11
# File 'lib/high_level/models/objects/created_by_response_dto.rb', line 9

def source
  @source
end

#source_idObject (readonly)

Returns the value of attribute source_id

Returns:

  • (Object)

    the current value of source_id



9
10
11
# File 'lib/high_level/models/objects/created_by_response_dto.rb', line 9

def source_id
  @source_id
end