Class: Blur::Blur::RemoveTable_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
DELETEINDEXFILES =
2
FIELDS =
{
  TABLE => {:type => ::Thrift::Types::STRING, :name => 'table'},
  DELETEINDEXFILES => {:type => ::Thrift::Types::BOOL, :name => 'deleteIndexFiles'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end