Class: Hexspace::TRow
- Inherits:
-
Object
- Object
- Hexspace::TRow
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hexspace/tcli_service_types.rb,
lib/hexspace/tcli_service_types.rb
Constant Summary collapse
- COLVALS =
1- FIELDS =
{ COLVALS => {:type => ::Thrift::Types::LIST, :name => 'colVals', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Hexspace::TColumnValue}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
765 |
# File 'lib/hexspace/tcli_service_types.rb', line 765 def struct_fields; FIELDS; end |
#validate ⇒ Object
767 768 769 |
# File 'lib/hexspace/tcli_service_types.rb', line 767 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field colVals is unset!') unless @colVals end |