Class: Haplocheirus::TimelineStore::Get_result

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/haplocheirus/thrift/timeline_store.rb

Constant Summary collapse

SUCCESS =
0
EX =
1
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Haplocheirus::TimelineSegment},
  EX => {:type => ::Thrift::Types::STRUCT, :name => 'ex', :class => Haplocheirus::TimelineStoreException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end