Class: Mxrb::Functional::CountExpectation

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/functional.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entityObject (readonly)

Returns the value of attribute entity

Returns:

  • (Object)

    the current value of entity



9
10
11
# File 'lib/mxrb/functional.rb', line 9

def entity
  @entity
end

#equalsObject (readonly)

Returns the value of attribute equals

Returns:

  • (Object)

    the current value of equals



9
10
11
# File 'lib/mxrb/functional.rb', line 9

def equals
  @equals
end

#xpathObject (readonly)

Returns the value of attribute xpath

Returns:

  • (Object)

    the current value of xpath



9
10
11
# File 'lib/mxrb/functional.rb', line 9

def xpath
  @xpath
end