Class: Haplocheirus::TimelineStore::Get_range_args
- Inherits:
-
Object
- Object
- Haplocheirus::TimelineStore::Get_range_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/haplocheirus/thrift/timeline_store.rb
Constant Summary collapse
- TIMELINE_ID =
1
- FROM_ID =
2
- TO_ID =
3
- DEDUPE =
4
- FIELDS =
{ TIMELINE_ID => {:type => ::Thrift::Types::STRING, :name => 'timeline_id'}, FROM_ID => {:type => ::Thrift::Types::I64, :name => 'from_id'}, TO_ID => {:type => ::Thrift::Types::I64, :name => 'to_id'}, DEDUPE => {:type => ::Thrift::Types::BOOL, :name => 'dedupe'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
620 |
# File 'lib/haplocheirus/thrift/timeline_store.rb', line 620 def struct_fields; FIELDS; end |
#validate ⇒ Object
622 623 |
# File 'lib/haplocheirus/thrift/timeline_store.rb', line 622 def validate end |