Class: Hypertable::ThriftGen::ClientService::Get_cell_args

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

Constant Summary collapse

NAME =
1
ROW =
2
COLUMN =
3
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  ROW => {:type => ::Thrift::Types::STRING, :name => 'row'},
  COLUMN => {:type => ::Thrift::Types::STRING, :name => 'column'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end