Class: Blur::Blur::Query_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
BLURQUERY =
2
FIELDS =
{
  TABLE => {:type => ::Thrift::Types::STRING, :name => 'table'},
  BLURQUERY => {:type => ::Thrift::Types::STRUCT, :name => 'blurQuery', :class => ::Blur::BlurQuery}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end