Class: ValidationMirror::Validation

Inherits:
Struct
  • Object
show all
Defined in:
lib/validation-mirror.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



7
8
9
# File 'lib/validation-mirror.rb', line 7

def arguments
  @arguments
end

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



7
8
9
# File 'lib/validation-mirror.rb', line 7

def attribute
  @attribute
end

#macroObject

Returns the value of attribute macro

Returns:

  • (Object)

    the current value of macro



7
8
9
# File 'lib/validation-mirror.rb', line 7

def macro
  @macro
end