Class: Combineable::Combination
- Inherits:
-
Struct
- Object
- Struct
- Combineable::Combination
- Defined in:
- lib/combineable.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#modules ⇒ Object
Returns the value of attribute modules.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
19 20 21 |
# File 'lib/combineable.rb', line 19 def block @block end |
#modules ⇒ Object
Returns the value of attribute modules
19 20 21 |
# File 'lib/combineable.rb', line 19 def modules @modules end |