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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end