Class: JsonRuleNull
- Inherits:
-
JsonRuleSingleValue
- Object
- JsonRuleBase
- JsonRuleSingleValue
- JsonRuleNull
- Defined in:
- lib/rules.rb
Instance Attribute Summary
Attributes inherited from JsonRuleSingleValue
Instance Method Summary collapse
-
#initialize ⇒ JsonRuleNull
constructor
A new instance of JsonRuleNull.
Constructor Details
#initialize ⇒ JsonRuleNull
Returns a new instance of JsonRuleNull.
95 96 97 |
# File 'lib/rules.rb', line 95 def initialize super(nil) end |