Class: SQLPP::AST::TypeCast

Inherits:
Struct
  • Object
show all
Defined in:
lib/sqlpp/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



39
40
41
# File 'lib/sqlpp/ast.rb', line 39

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



39
40
41
# File 'lib/sqlpp/ast.rb', line 39

def value
  @value
end