Class: Ree::Contracts::CalledArgsValidator::Arg
- Defined in:
- lib/ree/contracts/called_args_validator.rb
Instance Attribute Summary collapse
-
#contract ⇒ Object
Returns the value of attribute contract.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#validator ⇒ Object
Returns the value of attribute validator.
Instance Attribute Details
#contract ⇒ Object
Returns the value of attribute contract
6 7 8 |
# File 'lib/ree/contracts/called_args_validator.rb', line 6 def contract @contract end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/ree/contracts/called_args_validator.rb', line 6 def name @name end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/ree/contracts/called_args_validator.rb', line 6 def type @type end |
#validator ⇒ Object
Returns the value of attribute validator
6 7 8 |
# File 'lib/ree/contracts/called_args_validator.rb', line 6 def validator @validator end |