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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end