Class: Airavata::GetSSHAccountProvisioners_args
- Inherits:
-
Object
- Object
- Airavata::GetSSHAccountProvisioners_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
13047 |
# File 'lib/airavata.rb', line 13047 def struct_fields; FIELDS; end |
#validate ⇒ Object
13049 13050 13051 |
# File 'lib/airavata.rb', line 13049 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field authzToken is unset!') unless @authzToken end |