Class: Combineable::Combination

Inherits:
Struct
  • Object
show all
Defined in:
lib/combineable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



19
20
21
# File 'lib/combineable.rb', line 19

def block
  @block
end

#modulesObject

Returns the value of attribute modules

Returns:

  • (Object)

    the current value of modules



19
20
21
# File 'lib/combineable.rb', line 19

def modules
  @modules
end