Class: AdtPattern
- Inherits:
-
Struct
- Object
- Struct
- AdtPattern
- Defined in:
- lib/monadt/adt.rb
Instance Attribute Summary collapse
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#lambda ⇒ Object
Returns the value of attribute lambda.
Instance Attribute Details
#klass ⇒ Object
Returns the value of attribute klass
3 4 5 |
# File 'lib/monadt/adt.rb', line 3 def klass @klass end |
#lambda ⇒ Object
Returns the value of attribute lambda
3 4 5 |
# File 'lib/monadt/adt.rb', line 3 def lambda @lambda end |