Class: Airavata::GetApplicationDeployment_args
- Inherits:
-
Object
- Object
- Airavata::GetApplicationDeployment_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/airavata.rb
Constant Summary collapse
- AUTHZTOKEN =
1
- APPDEPLOYMENTID =
2
- FIELDS =
{ AUTHZTOKEN => {:type => ::Thrift::Types::STRUCT, :name => 'authzToken', :class => ::AuthzToken}, APPDEPLOYMENTID => {:type => ::Thrift::Types::STRING, :name => 'appDeploymentId'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
9434 |
# File 'lib/airavata.rb', line 9434 def struct_fields; FIELDS; end |
#validate ⇒ Object
9436 9437 9438 9439 |
# File 'lib/airavata.rb', line 9436 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 appDeploymentId is unset!') unless @appDeploymentId end |