Class: Airavata::GetUnicoreDataMovement_args
- Inherits:
-
Object
- Object
- Airavata::GetUnicoreDataMovement_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/airavata.rb
Constant Summary collapse
- AUTHZTOKEN =
1
- DATAMOVEMENTID =
2
- FIELDS =
{ AUTHZTOKEN => {:type => ::Thrift::Types::STRUCT, :name => 'authzToken', :class => ::AuthzToken}, DATAMOVEMENTID => {:type => ::Thrift::Types::STRING, :name => 'dataMovementId'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
11654 |
# File 'lib/airavata.rb', line 11654 def struct_fields; FIELDS; end |
#validate ⇒ Object
11656 11657 11658 11659 |
# File 'lib/airavata.rb', line 11656 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 dataMovementId is unset!') unless @dataMovementId end |