Class: Radar::API::AnalyzerController::Analyzers_result

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/radar/api/analyzer_controller.rb

Constant Summary collapse

SUCCESS =
0
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Radar::API::AnalyzerConfig}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



235
# File 'lib/radar/api/analyzer_controller.rb', line 235

def struct_fields; FIELDS; end

#validateObject



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

def validate
end