Class: Wordfilter::Thrift::WordFiltersService::WordFilter_args

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

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

APPLICATION =
1
USERID =
2
IP =
3
TXTDATA =
4
FIELDS =
{
  APPLICATION => {:type => ::Thrift::Types::I32, :name => 'application'},
  USERID => {:type => ::Thrift::Types::I64, :name => 'userId'},
  IP => {:type => ::Thrift::Types::STRING, :name => 'ip'},
  TXTDATA => {:type => ::Thrift::Types::STRING, :name => 'txtData', :binary => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end