Class: Haplocheirus::TimelineStore::Merge_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
FIELDS =
{
  TIMELINE_ID => {:type => ::Thrift::Types::STRING, :name => 'timeline_id'},
  ENTRIES => {:type => ::Thrift::Types::LIST, :name => 'entries', :element => {:type => ::Thrift::Types::STRING, :binary => true}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end