Method: Thrift::BinaryProtocol#write_field_begin
- Defined in:
- lib/thrift/protocol/binary_protocol.rb
#write_field_begin(name, type, id) ⇒ Object
55 56 57 58 |
# File 'lib/thrift/protocol/binary_protocol.rb', line 55 def write_field_begin(name, type, id) write_byte(type) write_i16(id) end |