Class: Radar::API::BarChartOptions
- Inherits:
-
Object
- Object
- Radar::API::BarChartOptions
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/radar/api/radar_types.rb
Overview
Criado na versão 0.2.2.
Constant Summary collapse
- STACKED =
1- PERCENT =
2- Y_AXIS_TITLE =
4- FIELDS =
{ STACKED => {:type => ::Thrift::Types::BOOL, :name => 'stacked', :default => false}, PERCENT => {:type => ::Thrift::Types::BOOL, :name => 'percent', :default => false}, Y_AXIS_TITLE => {:type => ::Thrift::Types::STRING, :name => 'y_axis_title', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
301 |
# File 'lib/radar/api/radar_types.rb', line 301 def struct_fields; FIELDS; end |
#validate ⇒ Object
303 304 |
# File 'lib/radar/api/radar_types.rb', line 303 def validate end |