Class: Airavata::SaveParsingTemplate_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/airavata.rb

Constant Summary collapse

AUTHZTOKEN =
1
PARSINGTEMPLATE =
2
FIELDS =
{
  AUTHZTOKEN => {:type => ::Thrift::Types::STRUCT, :name => 'authzToken', :class => ::AuthzToken},
  PARSINGTEMPLATE => {:type => ::Thrift::Types::STRUCT, :name => 'parsingTemplate', :class => ::ParsingTemplate}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



15648
# File 'lib/airavata.rb', line 15648

def struct_fields; FIELDS; end

#validateObject

Raises:

  • (::Thrift::ProtocolException)


15650
15651
15652
15653
# File 'lib/airavata.rb', line 15650

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 parsingTemplate is unset!') unless @parsingTemplate
end