Class: Radar::API::TableRow
- Inherits:
-
Object
- Object
- Radar::API::TableRow
- 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_fields ⇒ Object
398 |
# File 'lib/radar/api/radar_types.rb', line 398 def struct_fields; FIELDS; end |
#validate ⇒ Object
400 401 |
# File 'lib/radar/api/radar_types.rb', line 400 def validate end |