Class: Radar::API::AnalyzerController::On_cash_flow_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
CASH_FLOW =
2
FIELDS =
{
  SESSION_ID => {:type => ::Thrift::Types::I16, :name => 'session_id'},
  CASH_FLOW => {:type => ::Thrift::Types::STRUCT, :name => 'cash_flow', :class => ::Radar::API::CashFlow}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end