Class: Haplocheirus::TimelineStore::Filter_args

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

Constant Summary collapse

TIMELINE_ID =
1
ENTRIES =
2
MAX_SEARCH =
3
FIELDS =
{
  TIMELINE_ID => {:type => ::Thrift::Types::STRING, :name => 'timeline_id'},
  ENTRIES => {:type => ::Thrift::Types::LIST, :name => 'entries', :element => {:type => ::Thrift::Types::STRING, :binary => true}},
  MAX_SEARCH => {:type => ::Thrift::Types::I32, :name => 'max_search'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



470
# File 'lib/haplocheirus/thrift/timeline_store.rb', line 470

def struct_fields; FIELDS; end

#validateObject



472
473
# File 'lib/haplocheirus/thrift/timeline_store.rb', line 472

def validate
end