Class: Haplocheirus::TimelineStore::Store_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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end