Class: Aerospike::UDF
- Inherits:
-
Object
- Object
- Aerospike::UDF
- Defined in:
- lib/aerospike/udf.rb
Overview
Polymorphic value classes used to efficiently serialize objects into the wire protocol.
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#hash ⇒ Object
Returns the value of attribute hash.
-
#language ⇒ Object
Returns the value of attribute language.
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename.
21 22 23 |
# File 'lib/aerospike/udf.rb', line 21 def filename @filename end |
#hash ⇒ Object
Returns the value of attribute hash.
21 22 23 |
# File 'lib/aerospike/udf.rb', line 21 def hash @hash end |
#language ⇒ Object
Returns the value of attribute language.
21 22 23 |
# File 'lib/aerospike/udf.rb', line 21 def language @language end |