Class: FilterParam::AST::Literals::Null
- Inherits:
-
FilterParam::AST::Literal
- Object
- Node
- FilterParam::AST::Literal
- FilterParam::AST::Literals::Null
- Includes:
- Singleton
- Defined in:
- lib/filter_param/ast/literals/null.rb
Instance Attribute Summary
Attributes inherited from FilterParam::AST::Literal
Instance Method Summary collapse
Methods inherited from FilterParam::AST::Literal
Methods inherited from Node
Constructor Details
This class inherits a constructor from FilterParam::AST::Literal
Instance Method Details
#data_type ⇒ Object
9 10 11 |
# File 'lib/filter_param/ast/literals/null.rb', line 9 def data_type :null end |
#type_cast(type) ⇒ Object
13 14 15 |
# File 'lib/filter_param/ast/literals/null.rb', line 13 def type_cast(type) self end |