Class: Radar::API::AnalyzerController::On_finish_args

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

Constant Summary collapse

SESSION_ID =
1
PORTFOLIO =
2
FIELDS =
{
  SESSION_ID => {:type => ::Thrift::Types::I16, :name => 'session_id'},
  PORTFOLIO => {:type => ::Thrift::Types::STRUCT, :name => 'portfolio', :class => ::Radar::API::Portfolio}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end