Class: Radar::API::LineChartOptions
- Inherits:
-
Object
- Object
- Radar::API::LineChartOptions
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/radar/api/radar_types.rb
Constant Summary collapse
- STACKED =
1- COMPARE =
2- FIELDS =
{ STACKED => {:type => ::Thrift::Types::BOOL, :name => 'stacked'}, COMPARE => {:type => ::Thrift::Types::BOOL, :name => 'compare'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
237 |
# File 'lib/radar/api/radar_types.rb', line 237 def struct_fields; FIELDS; end |
#validate ⇒ Object
239 240 |
# File 'lib/radar/api/radar_types.rb', line 239 def validate end |