Class: Hypertable::ThriftGen::ClientService::Get_cell_args
- Inherits:
-
Object
- Object
- Hypertable::ThriftGen::ClientService::Get_cell_args
- 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_fields ⇒ Object
962 |
# File 'lib/hypertable/gen-rb/client_service.rb', line 962 def struct_fields; FIELDS; end |
#validate ⇒ Object
964 965 |
# File 'lib/hypertable/gen-rb/client_service.rb', line 964 def validate end |