Class: Airavata::RegisterDataProduct_args

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

Constant Summary collapse

AUTHZTOKEN =
1
DATAPRODUCTMODEL =
2
FIELDS =
{
  AUTHZTOKEN => {:type => ::Thrift::Types::STRUCT, :name => 'authzToken', :class => ::AuthzToken},
  DATAPRODUCTMODEL => {:type => ::Thrift::Types::STRUCT, :name => 'dataProductModel', :class => ::DataProductModel}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject

Raises:

  • (::Thrift::ProtocolException)


14059
14060
14061
14062
# File 'lib/airavata.rb', line 14059

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