Class: Airavata::GetApplicationDeploymentsForAppModuleAndGroupResourceProfile_args
- Inherits:
-
Object
- Object
- Airavata::GetApplicationDeploymentsForAppModuleAndGroupResourceProfile_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/airavata.rb
Constant Summary collapse
- AUTHZTOKEN =
1
- APPMODULEID =
2
- GROUPRESOURCEPROFILEID =
3
- FIELDS =
{ AUTHZTOKEN => {:type => ::Thrift::Types::STRUCT, :name => 'authzToken', :class => ::AuthzToken}, APPMODULEID => {:type => ::Thrift::Types::STRING, :name => 'appModuleId'}, GROUPRESOURCEPROFILEID => {:type => ::Thrift::Types::STRING, :name => 'groupResourceProfileId'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
9709 |
# File 'lib/airavata.rb', line 9709 def struct_fields; FIELDS; end |
#validate ⇒ Object
9711 9712 9713 9714 9715 |
# File 'lib/airavata.rb', line 9711 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 appModuleId is unset!') unless @appModuleId raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field groupResourceProfileId is unset!') unless @groupResourceProfileId end |