Class: Concord::Thrift::Endpoint

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen-rb/bolt_types.rb

Constant Summary collapse

IP =
1
PORT =
2
FIELDS =
{
  IP => {:type => ::Thrift::Types::STRING, :name => 'ip'},
  PORT => {:type => ::Thrift::Types::I32, :name => 'port'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



78
# File 'lib/gen-rb/bolt_types.rb', line 78

def struct_fields; FIELDS; end

#validateObject



80
81
# File 'lib/gen-rb/bolt_types.rb', line 80

def validate
end