Class: Blur::Blur::Terms_result

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

Constant Summary collapse

SUCCESS =
0
EX =
1
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRING}},
  EX => {:type => ::Thrift::Types::STRUCT, :name => 'ex', :class => ::Blur::BlurException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



964
# File 'lib/active_blur/thrift/blur.rb', line 964

def struct_fields; FIELDS; end

#validateObject



966
967
# File 'lib/active_blur/thrift/blur.rb', line 966

def validate
end