Class: InvalidSystemClock

Inherits:
Thrift::Exception
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/id_service/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.



5
6
7
8
# File 'lib/id_service/types.rb', line 5

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

Instance Method Details

#struct_fieldsObject



16
# File 'lib/id_service/types.rb', line 16

def struct_fields; FIELDS; end

#validateObject



18
19
# File 'lib/id_service/types.rb', line 18

def validate
end