Class: Radar::API::PieChart

Inherits:
Object
  • Object
show all
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_fieldsObject



196
# File 'lib/radar/api/radar_types.rb', line 196

def struct_fields; FIELDS; end

#validateObject



198
199
# File 'lib/radar/api/radar_types.rb', line 198

def validate
end