Class: Matchy::MatcherBuilder::ChainedMessage

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



3
4
5
# File 'lib/matchy/matcher_builder.rb', line 3

def args
  @args
end

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



3
4
5
# File 'lib/matchy/matcher_builder.rb', line 3

def block
  @block
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/matchy/matcher_builder.rb', line 3

def name
  @name
end