Class: Airavata::AddGateway_args

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

Constant Summary collapse

AUTHZTOKEN =
1
GATEWAY =
2
FIELDS =
{
  AUTHZTOKEN => {:type => ::Thrift::Types::STRUCT, :name => 'authzToken', :class => ::AuthzToken},
  GATEWAY => {:type => ::Thrift::Types::STRUCT, :name => 'gateway', :class => ::Gateway}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject

Raises:

  • (::Thrift::ProtocolException)


6985
6986
6987
6988
# File 'lib/airavata.rb', line 6985

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