Class: Blur::Blur::Terms_args

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

Constant Summary collapse

TABLE =
1
COLUMNFAMILY =
2
COLUMNNAME =
3
STARTWITH =
4
SIZE =
5
FIELDS =
{
  TABLE => {:type => ::Thrift::Types::STRING, :name => 'table'},
  COLUMNFAMILY => {:type => ::Thrift::Types::STRING, :name => 'columnFamily'},
  COLUMNNAME => {:type => ::Thrift::Types::STRING, :name => 'columnName'},
  STARTWITH => {:type => ::Thrift::Types::STRING, :name => 'startWith'},
  SIZE => {:type => ::Thrift::Types::I16, :name => 'size'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end