Class: PgFuncall::Typed

Inherits:
Struct
  • Object
show all
Includes:
PGTyped
Defined in:
lib/pg_funcall.rb

Direct Known Subclasses

PGTime, PGTimeInterval, PGUUID, TypedArray

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



60
61
62
# File 'lib/pg_funcall.rb', line 60

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



60
61
62
# File 'lib/pg_funcall.rb', line 60

def value
  @value
end

Instance Method Details

#__pg_typeObject



62
63
64
# File 'lib/pg_funcall.rb', line 62

def __pg_type
  type
end