Class: Aerospike::UDF

Inherits:
Object
  • Object
show all
Defined in:
lib/aerospike/udf.rb

Overview

Polymorphic value classes used to efficiently serialize objects into the wire protocol.

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject

Returns the value of attribute filename.



21
22
23
# File 'lib/aerospike/udf.rb', line 21

def filename
  @filename
end

#hashObject

Returns the value of attribute hash.



21
22
23
# File 'lib/aerospike/udf.rb', line 21

def hash
  @hash
end

#languageObject

Returns the value of attribute language.



21
22
23
# File 'lib/aerospike/udf.rb', line 21

def language
  @language
end