Class: Center::Thrift::IIdentityService::GetNextIds_args

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

Constant Summary collapse

APPNAME =
1
COUNT =
2
FIELDS =
{
  APPNAME => {:type => ::Thrift::Types::STRING, :name => 'appName'},
  COUNT => {:type => ::Thrift::Types::I32, :name => 'count'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



186
187
# File 'lib/i_identity_service.rb', line 186

def validate
end