Class: Airavata::CloneApplicationInterface_args
- Inherits:
-
Object
- Object
- Airavata::CloneApplicationInterface_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/airavata.rb
Constant Summary collapse
- AUTHZTOKEN =
1
- EXISTINGAPPINTERFACEID =
2
- NEWAPPLICATIONNAME =
3
- GATEWAYID =
4
- FIELDS =
{ AUTHZTOKEN => {:type => ::Thrift::Types::STRUCT, :name => 'authzToken', :class => ::AuthzToken}, EXISTINGAPPINTERFACEID => {:type => ::Thrift::Types::STRING, :name => 'existingAppInterfaceID'}, NEWAPPLICATIONNAME => {:type => ::Thrift::Types::STRING, :name => 'newApplicationName'}, GATEWAYID => {:type => ::Thrift::Types::STRING, :name => 'gatewayId'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
9805 |
# File 'lib/airavata.rb', line 9805 def struct_fields; FIELDS; end |
#validate ⇒ Object
9807 9808 9809 |
# File 'lib/airavata.rb', line 9807 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field authzToken is unset!') unless @authzToken end |