Class: Hypertable::ThriftGen::ClientService::Drop_table_args
- Inherits:
-
Object
- Object
- Hypertable::ThriftGen::ClientService::Drop_table_args
- Includes:
- Thrift::Struct
- Defined in:
- lib/hypertable/gen-rb/client_service.rb
Constant Summary collapse
- NAME =
1- IF_EXISTS =
2- FIELDS =
{ NAME => {:type => ::Thrift::Types::STRING, :name => 'name'}, IF_EXISTS => {:type => ::Thrift::Types::BOOL, :name => 'if_exists', :default => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1406 |
# File 'lib/hypertable/gen-rb/client_service.rb', line 1406 def struct_fields; FIELDS; end |
#validate ⇒ Object
1408 1409 |
# File 'lib/hypertable/gen-rb/client_service.rb', line 1408 def validate end |