Class: Haplocheirus::TimelineGetRange

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
FROM_ID =
2
TO_ID =
3
DEDUPE =
4
FIELDS =
{
  TIMELINE_ID => {:type => ::Thrift::Types::STRING, :name => 'timeline_id'},
  FROM_ID => {:type => ::Thrift::Types::I64, :name => 'from_id'},
  TO_ID => {:type => ::Thrift::Types::I64, :name => 'to_id'},
  DEDUPE => {:type => ::Thrift::Types::BOOL, :name => 'dedupe', :default => false, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end