Class: Radar::API::TableCell
- Inherits:
-
Object
- Object
- Radar::API::TableCell
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/radar/api/radar_types.rb
Constant Summary collapse
- CONTENT =
1- FORMAT =
2- FIELDS =
{ CONTENT => {:type => ::Thrift::Types::STRUCT, :name => 'content', :class => ::Radar::API::TableCellContent}, FORMAT => {:type => ::Thrift::Types::STRUCT, :name => 'format', :class => ::Radar::API::TableCellFormat} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
425 |
# File 'lib/radar/api/radar_types.rb', line 425 def struct_fields; FIELDS; end |
#validate ⇒ Object
427 428 |
# File 'lib/radar/api/radar_types.rb', line 427 def validate end |