Class: Airavata::GetLocalJobSubmission_args
- Inherits:
-
Object
- Object
- Airavata::GetLocalJobSubmission_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
10740 |
# File 'lib/airavata.rb', line 10740 def struct_fields; FIELDS; end |
#validate ⇒ Object
10742 10743 10744 10745 |
# File 'lib/airavata.rb', line 10742 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 |