Class: Stratagem::Instrumentation::Models::ValidatorDefinition
- Defined in:
- lib/stratagem/instrumentation/models/annotations.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#field ⇒ Object
Returns the value of attribute field.
-
#model_class ⇒ Object
Returns the value of attribute model_class.
-
#validation ⇒ Object
Returns the value of attribute validation.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
3 4 5 |
# File 'lib/stratagem/instrumentation/models/annotations.rb', line 3 def args @args end |
#field ⇒ Object
Returns the value of attribute field
3 4 5 |
# File 'lib/stratagem/instrumentation/models/annotations.rb', line 3 def field @field end |
#model_class ⇒ Object
Returns the value of attribute model_class
3 4 5 |
# File 'lib/stratagem/instrumentation/models/annotations.rb', line 3 def model_class @model_class end |
#validation ⇒ Object
Returns the value of attribute validation
3 4 5 |
# File 'lib/stratagem/instrumentation/models/annotations.rb', line 3 def validation @validation end |