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