Class: JsonRuleNull

Inherits:
JsonRuleSingleValue show all
Defined in:
lib/rules.rb

Instance Attribute Summary

Attributes inherited from JsonRuleSingleValue

#value

Instance Method Summary collapse

Constructor Details

#initializeJsonRuleNull

Returns a new instance of JsonRuleNull.



95
96
97
# File 'lib/rules.rb', line 95

def initialize
  super(nil)
end