Class: Airavata::DeleteJobSubmissionInterface_result

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

Constant Summary collapse

SUCCESS =
0
IRE =
1
ACE =
2
ASE =
3
AE =
4
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::BOOL, :name => 'success'},
  IRE => {:type => ::Thrift::Types::STRUCT, :name => 'ire', :class => ::InvalidRequestException},
  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



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

def struct_fields; FIELDS; end

#validateObject



12058
12059
# File 'lib/airavata.rb', line 12058

def validate
end