Class: Radar::API::TableRow

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/radar/api/radar_types.rb

Constant Summary collapse

CELLS =
1
FIELDS =
{
  CELLS => {:type => ::Thrift::Types::LIST, :name => 'cells', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Radar::API::TableCell}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



441
# File 'lib/radar/api/radar_types.rb', line 441

def struct_fields; FIELDS; end

#validateObject



443
444
# File 'lib/radar/api/radar_types.rb', line 443

def validate
end