Class: Haplocheirus::TimelineGet

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/haplocheirus/thrift/timeline_store_types.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', :default => false, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



77
# File 'lib/haplocheirus/thrift/timeline_store_types.rb', line 77

def struct_fields; FIELDS; end

#validateObject



79
80
# File 'lib/haplocheirus/thrift/timeline_store_types.rb', line 79

def validate
end