Class: Ea::Ocl::Nodes::StringMatches
- Inherits:
-
Struct
- Object
- Struct
- Ea::Ocl::Nodes::StringMatches
- Defined in:
- lib/ea/ocl/nodes.rb
Overview
<string>.matches('<regex>')
Instance Attribute Summary collapse
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#string ⇒ Object
Returns the value of attribute string.
Instance Attribute Details
#pattern ⇒ Object
Returns the value of attribute pattern
23 24 25 |
# File 'lib/ea/ocl/nodes.rb', line 23 def pattern @pattern end |
#string ⇒ Object
Returns the value of attribute string
23 24 25 |
# File 'lib/ea/ocl/nodes.rb', line 23 def string @string end |