Class: Radar::API::LineChartOptions

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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end