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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end