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