Class: Airavata::LaunchExperiment_result
- Inherits:
-
Object
- Object
- Airavata::LaunchExperiment_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/airavata.rb
Constant Summary collapse
- IRE =
1
- ENF =
2
- ACE =
3
- ASE =
4
- AE =
5
- FIELDS =
{ 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_fields ⇒ Object
8722 |
# File 'lib/airavata.rb', line 8722 def struct_fields; FIELDS; end |
#validate ⇒ Object
8724 8725 |
# File 'lib/airavata.rb', line 8724 def validate end |