Class: InvalidSystemClock

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

Constant Summary collapse

MESSAGE =
1
FIELDS =
{
  MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message'}
}

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ InvalidSystemClock

Returns a new instance of InvalidSystemClock.



10
11
12
13
# File 'lib/snowflake_types.rb', line 10

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

Instance Method Details

#struct_fieldsObject



21
# File 'lib/snowflake_types.rb', line 21

def struct_fields; FIELDS; end

#validateObject



23
24
# File 'lib/snowflake_types.rb', line 23

def validate
end