Class: Haplocheirus::TimelineStore::Get_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
OFFSET =
2
LENGTH =
3
DEDUPE =
4
FIELDS =
{
  TIMELINE_ID => {:type => ::Thrift::Types::STRING, :name => 'timeline_id'},
  OFFSET => {:type => ::Thrift::Types::I32, :name => 'offset'},
  LENGTH => {:type => ::Thrift::Types::I32, :name => 'length'},
  DEDUPE => {:type => ::Thrift::Types::BOOL, :name => 'dedupe'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end