Class: FinagleThrift::Delegation

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/finagle-thrift/thrift/tracing_types.rb

Overview

Serializes an individual delegation.

Constant Summary collapse

SRC =
1
DST =
2
FIELDS =
{
  SRC => {:type => ::Thrift::Types::STRING, :name => 'src'},
  DST => {:type => ::Thrift::Types::STRING, :name => 'dst'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



164
# File 'lib/finagle-thrift/thrift/tracing_types.rb', line 164

def struct_fields; FIELDS; end

#validateObject



166
167
# File 'lib/finagle-thrift/thrift/tracing_types.rb', line 166

def validate
end