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
1 2 3 |
# File 'lib/monadt/adt.rb', line 1 def klass @klass end |
#lambda ⇒ Object
Returns the value of attribute lambda
1 2 3 |
# File 'lib/monadt/adt.rb', line 1 def lambda @lambda end |