Class: Radar::API::LineChart
- Inherits:
-
Object
- Object
- Radar::API::LineChart
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/radar/api/radar_types.rb
Constant Summary collapse
- TITLE =
1- SERIES =
2- OPTIONS =
3- FIELDS =
{ TITLE => {:type => ::Thrift::Types::STRING, :name => 'title'}, SERIES => {:type => ::Thrift::Types::LIST, :name => 'series', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Radar::API::LineSeries}}, OPTIONS => {:type => ::Thrift::Types::STRUCT, :name => 'options', :class => ::Radar::API::LineChartOptions} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
257 |
# File 'lib/radar/api/radar_types.rb', line 257 def struct_fields; FIELDS; end |
#validate ⇒ Object
259 260 |
# File 'lib/radar/api/radar_types.rb', line 259 def validate end |