class InvalidSystemClock
Autogenerated by Thrift
DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
Constants
- FIELDS
- MESSAGE
Public Class Methods
new(message=nil)
click to toggle source
Calls superclass method
# File lib/snowflake_types.rb, line 10 def initialize(message=nil) super() self.message = message end
Public Instance Methods
struct_fields()
click to toggle source
# File lib/snowflake_types.rb, line 21 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/snowflake_types.rb, line 23 def validate end