Class: Matchy::MatcherBuilder::ChainedMessage
- Inherits:
-
Struct
- Object
- Struct
- Matchy::MatcherBuilder::ChainedMessage
- Defined in:
- lib/matchy/matcher_builder.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#block ⇒ Object
Returns the value of attribute block.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
3 4 5 |
# File 'lib/matchy/matcher_builder.rb', line 3 def args @args end |
#block ⇒ Object
Returns the value of attribute block
3 4 5 |
# File 'lib/matchy/matcher_builder.rb', line 3 def block @block end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/matchy/matcher_builder.rb', line 3 def name @name end |