Class: Relevanced::MultiJoinCentroids_result

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

Constant Summary collapse

SUCCESS =
0
ERR =
1
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::MultiJoinCentroidsResponse},
  ERR => {:type => ::Thrift::Types::STRUCT, :name => 'err', :class => ::ECentroidDoesNotExist}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1713
# File 'lib/gen-rb/relevanced.rb', line 1713

def struct_fields; FIELDS; end

#validateObject



1715
1716
# File 'lib/gen-rb/relevanced.rb', line 1715

def validate
end