Class: Mana::Mock::Stub
- Inherits:
-
Struct
- Object
- Struct
- Mana::Mock::Stub
- Defined in:
- lib/mana/mock.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
15 16 17 |
# File 'lib/mana/mock.rb', line 15 def block @block end |
#pattern ⇒ Object
Returns the value of attribute pattern
15 16 17 |
# File 'lib/mana/mock.rb', line 15 def pattern @pattern end |
#values ⇒ Object
Returns the value of attribute values
15 16 17 |
# File 'lib/mana/mock.rb', line 15 def values @values end |