Class: Haplocheirus::TimelineStoreException

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

Constant Summary collapse

DESCRIPTION =
1
FIELDS =
{
  DESCRIPTION => {:type => ::Thrift::Types::STRING, :name => 'description'}
}

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ TimelineStoreException

Returns a new instance of TimelineStoreException.



19
20
21
22
# File 'lib/haplocheirus/thrift/timeline_store_types.rb', line 19

def initialize(message=nil)
  super()
  self.description = message
end

Instance Method Details

#messageObject



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

def message; description end

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end