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