Class: PgFuncall::Typed
- Inherits:
-
Struct
- Object
- Struct
- PgFuncall::Typed
- Includes:
- PGTyped
- Defined in:
- lib/pg_funcall.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type
60 61 62 |
# File 'lib/pg_funcall.rb', line 60 def type @type end |
#value ⇒ Object
Returns the value of attribute value
60 61 62 |
# File 'lib/pg_funcall.rb', line 60 def value @value end |
Instance Method Details
#__pg_type ⇒ Object
62 63 64 |
# File 'lib/pg_funcall.rb', line 62 def __pg_type type end |