class MatterCompiler::Response
represents 'response section'
Public Instance Methods
serialize()
click to toggle source
Calls superclass method
MatterCompiler::Payload#serialize
# File lib/matter_compiler/blueprint.rb, line 381 def serialize buffer = serialize_definition("Response") buffer << super end