Class: Haplocheirus::TimelineStore::Append_args

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

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

ENTRY =
1
TIMELINE_PREFIX =
2
TIMELINE_IDS =
3
FIELDS =
{
  ENTRY => {:type => ::Thrift::Types::STRING, :name => 'entry', :binary => true},
  TIMELINE_PREFIX => {:type => ::Thrift::Types::STRING, :name => 'timeline_prefix'},
  TIMELINE_IDS => {:type => ::Thrift::Types::LIST, :name => 'timeline_ids', :element => {:type => ::Thrift::Types::I64}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end