Method: Thrift::MultiplexedProtocol#write_field_begin

Defined in:
lib/thrift_client/thrift/protocol.rb

#write_field_begin(name, type, id) ⇒ Object



34
35
36
# File 'lib/thrift_client/thrift/protocol.rb', line 34

def write_field_begin(name, type, id)
  @protocol.write_field_begin(name, type, id)
end