Class: Mxrb::Functional::CountExpectation
- Inherits:
-
Data
- Object
- Data
- Mxrb::Functional::CountExpectation
- Defined in:
- lib/mxrb/functional.rb
Instance Attribute Summary collapse
-
#entity ⇒ Object
readonly
Returns the value of attribute entity.
-
#equals ⇒ Object
readonly
Returns the value of attribute equals.
-
#xpath ⇒ Object
readonly
Returns the value of attribute xpath.
Instance Attribute Details
#entity ⇒ Object (readonly)
Returns the value of attribute entity
9 10 11 |
# File 'lib/mxrb/functional.rb', line 9 def entity @entity end |
#equals ⇒ Object (readonly)
Returns the value of attribute equals
9 10 11 |
# File 'lib/mxrb/functional.rb', line 9 def equals @equals end |
#xpath ⇒ Object (readonly)
Returns the value of attribute xpath
9 10 11 |
# File 'lib/mxrb/functional.rb', line 9 def xpath @xpath end |