Class: Rebat::Thrift::RebatDB::UpdateWeightQuery_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/rebat/thrift/rebat_d_b.rb

Constant Summary collapse

EDGE =
1
WEIGHT =
2
FIELDS =
{
  EDGE => {:type => ::Thrift::Types::STRUCT, :name => 'edge', :class => Rebat::Thrift::Edge},
  WEIGHT => {:type => ::Thrift::Types::I64, :name => 'weight'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



209
# File 'lib/rebat/thrift/rebat_d_b.rb', line 209

def struct_fields; FIELDS; end

#validateObject



211
212
# File 'lib/rebat/thrift/rebat_d_b.rb', line 211

def validate
end