Class: Radar::API::TableCell

Inherits:
Object
  • Object
show all
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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end