Class: Contracts::ExceptionRule
- Inherits:
-
Struct
- Object
- Struct
- Contracts::ExceptionRule
- Defined in:
- lib/contracts.rb
Instance Attribute Summary collapse
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#condition ⇒ Object
Returns the value of attribute condition
291 292 293 |
# File 'lib/contracts.rb', line 291 def condition @condition end |
#handler ⇒ Object
Returns the value of attribute handler
291 292 293 |
# File 'lib/contracts.rb', line 291 def handler @handler end |
#type ⇒ Object
Returns the value of attribute type
291 292 293 |
# File 'lib/contracts.rb', line 291 def type @type end |