Class: ValidationMirror::Validation
- Inherits:
-
Struct
- Object
- Struct
- ValidationMirror::Validation
- Defined in:
- lib/validation-mirror.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#attribute ⇒ Object
Returns the value of attribute attribute.
-
#macro ⇒ Object
Returns the value of attribute macro.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
7 8 9 |
# File 'lib/validation-mirror.rb', line 7 def arguments @arguments end |
#attribute ⇒ Object
Returns the value of attribute attribute
7 8 9 |
# File 'lib/validation-mirror.rb', line 7 def attribute @attribute end |
#macro ⇒ Object
Returns the value of attribute macro
7 8 9 |
# File 'lib/validation-mirror.rb', line 7 def macro @macro end |