Class: DevelopWithPassion::Arrays::MutatorDetail
- Defined in:
- lib/developwithpassion_arrays/mutator_detail.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name, block) ⇒ MutatorDetail
constructor
A new instance of MutatorDetail.
Constructor Details
#initialize(name, block) ⇒ MutatorDetail
Returns a new instance of MutatorDetail.
6 7 8 9 |
# File 'lib/developwithpassion_arrays/mutator_detail.rb', line 6 def initialize(name,block) @name = name @block = block end |
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block.
4 5 6 |
# File 'lib/developwithpassion_arrays/mutator_detail.rb', line 4 def block @block end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/developwithpassion_arrays/mutator_detail.rb', line 4 def name @name end |