Method: Thrift::MultiplexedProtocol#write_struct_begin
- Defined in:
- lib/thrift_client/thrift/protocol.rb
#write_struct_begin(name) ⇒ Object
26 27 28 |
# File 'lib/thrift_client/thrift/protocol.rb', line 26 def write_struct_begin(name) @protocol.write_struct_begin(name) end |