Class: Peruby::Validator::State
- Inherits:
-
Data
- Object
- Data
- Peruby::Validator::State
- Defined in:
- lib/peruby/validator.rb
Instance Attribute Summary collapse
-
#declared ⇒ Object
readonly
Returns the value of attribute declared.
-
#strict ⇒ Object
readonly
Returns the value of attribute strict.
-
#warnings ⇒ Object
readonly
Returns the value of attribute warnings.
Instance Method Summary collapse
Instance Attribute Details
#declared ⇒ Object (readonly)
Returns the value of attribute declared
6 7 8 |
# File 'lib/peruby/validator.rb', line 6 def declared @declared end |
#strict ⇒ Object (readonly)
Returns the value of attribute strict
6 7 8 |
# File 'lib/peruby/validator.rb', line 6 def strict @strict end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
6 7 8 |
# File 'lib/peruby/validator.rb', line 6 def warnings @warnings end |