Class: Radar::API::BarSeries
- Inherits:
-
Object
- Object
- Radar::API::BarSeries
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/radar/api/radar_types.rb
Constant Summary collapse
- NAME =
1- DATA =
2- FIELDS =
{ NAME => {:type => ::Thrift::Types::STRING, :name => 'name'}, DATA => {:type => ::Thrift::Types::LIST, :name => 'data', :element => {:type => ::Thrift::Types::DOUBLE}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
261 |
# File 'lib/radar/api/radar_types.rb', line 261 def struct_fields; FIELDS; end |
#validate ⇒ Object
263 264 |
# File 'lib/radar/api/radar_types.rb', line 263 def validate end |