Class: Center::Thrift::IIdentityService::GetMultiNextId_result

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

Constant Summary collapse

SUCCESS =
0
IANREX =
1
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::MAP, :name => 'success', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::LIST, :element => {:type => ::Thrift::Types::I64}}},
  IANREX => {:type => ::Thrift::Types::STRUCT, :name => 'ianrex', :class => ::Center::Thrift::InvalidAppNameRuntimeException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



166
# File 'lib/i_identity_service.rb', line 166

def struct_fields; FIELDS; end

#validateObject



168
169
# File 'lib/i_identity_service.rb', line 168

def validate
end