Class: Hypertable::ThriftGen::ClientService::Drop_namespace_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/hypertable/gen-rb/client_service.rb

Constant Summary collapse

NS =
1
IF_EXISTS =
2
FIELDS =
{
  NS => {:type => ::Thrift::Types::STRING, :name => 'ns'},
  IF_EXISTS => {:type => ::Thrift::Types::BOOL, :name => 'if_exists', :default => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2596
# File 'lib/hypertable/gen-rb/client_service.rb', line 2596

def struct_fields; FIELDS; end

#validateObject



2598
2599
# File 'lib/hypertable/gen-rb/client_service.rb', line 2598

def validate
end