Class: PgFuncall::Literal
- Inherits:
-
Struct
- Object
- Struct
- PgFuncall::Literal
- Defined in:
- lib/pg_funcall.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
96 97 98 |
# File 'lib/pg_funcall.rb', line 96 def value @value end |