Class: Center::Thrift::InvalidAppNameRuntimeException

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

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ InvalidAppNameRuntimeException

Returns a new instance of InvalidAppNameRuntimeException.



13
14
15
16
# File 'lib/idservice_types.rb', line 13

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

Instance Method Details

#struct_fieldsObject



24
# File 'lib/idservice_types.rb', line 24

def struct_fields; FIELDS; end

#validateObject



26
27
# File 'lib/idservice_types.rb', line 26

def validate
end