Class: Airavata::GetJobStatuses_result

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

Constant Summary collapse

SUCCESS =
0
IRE =
1
ENF =
2
ACE =
3
ASE =
4
AE =
5
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::MAP, :name => 'success', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRUCT, :class => ::JobStatus}},
  IRE => {:type => ::Thrift::Types::STRUCT, :name => 'ire', :class => ::InvalidRequestException},
  ENF => {:type => ::Thrift::Types::STRUCT, :name => 'enf', :class => ::ExperimentNotFoundException},
  ACE => {:type => ::Thrift::Types::STRUCT, :name => 'ace', :class => ::AiravataClientException},
  ASE => {:type => ::Thrift::Types::STRUCT, :name => 'ase', :class => ::AiravataSystemException},
  AE => {:type => ::Thrift::Types::STRUCT, :name => 'ae', :class => ::AuthorizationException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



8906
# File 'lib/airavata.rb', line 8906

def struct_fields; FIELDS; end

#validateObject



8908
8909
# File 'lib/airavata.rb', line 8908

def validate
end