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