Class: Airavata::GetAllGatewayResourceProfiles_args
- Inherits:
-
Object
- Object
- Airavata::GetAllGatewayResourceProfiles_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
12812 |
# File 'lib/airavata.rb', line 12812 def struct_fields; FIELDS; end |
#validate ⇒ Object
12814 12815 12816 |
# File 'lib/airavata.rb', line 12814 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field authzToken is unset!') unless @authzToken end |