Class: Rebat::Thrift::RebatDB::UpdateWeightQuery_args
- Inherits:
-
Object
- Object
- Rebat::Thrift::RebatDB::UpdateWeightQuery_args
- 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_fields ⇒ Object
209 |
# File 'lib/rebat/thrift/rebat_d_b.rb', line 209 def struct_fields; FIELDS; end |
#validate ⇒ Object
211 212 |
# File 'lib/rebat/thrift/rebat_d_b.rb', line 211 def validate end |