Class: Airavata::GetCloudJobSubmission_args
- Inherits:
-
Object
- Object
- Airavata::GetCloudJobSubmission_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/airavata.rb
Constant Summary collapse
- AUTHZTOKEN =
1
- JOBSUBMISSIONID =
2
- FIELDS =
{ AUTHZTOKEN => {:type => ::Thrift::Types::STRUCT, :name => 'authzToken', :class => ::AuthzToken}, JOBSUBMISSIONID => {:type => ::Thrift::Types::STRING, :name => 'jobSubmissionId'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
11072 |
# File 'lib/airavata.rb', line 11072 def struct_fields; FIELDS; end |
#validate ⇒ Object
11074 11075 11076 11077 |
# File 'lib/airavata.rb', line 11074 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field authzToken is unset!') unless @authzToken raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field jobSubmissionId is unset!') unless @jobSubmissionId end |