Class: Twilic::Core::Model::ControlStreamMessage

Inherits:
Data
  • Object
show all
Defined in:
lib/twilic/core/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codecObject (readonly)

Returns the value of attribute codec

Returns:

  • (Object)

    the current value of codec



330
331
332
# File 'lib/twilic/core/model.rb', line 330

def codec
  @codec
end

#payloadObject (readonly)

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



330
331
332
# File 'lib/twilic/core/model.rb', line 330

def payload
  @payload
end