Class: Mingle::RegexRestriction
- Inherits:
-
BitGirderClass
- Object
- BitGirderClass
- Mingle::RegexRestriction
- Defined in:
- lib/mingle.rb
Instance Attribute Summary collapse
-
#regexp ⇒ Object
readonly
Returns the value of attribute regexp.
Instance Method Summary collapse
Instance Attribute Details
#regexp ⇒ Object (readonly)
Returns the value of attribute regexp.
1920 1921 1922 |
# File 'lib/mingle.rb', line 1920 def regexp @regexp end |
Instance Method Details
#external_form ⇒ Object
1930 1931 1932 |
# File 'lib/mingle.rb', line 1930 def external_form StringToken.new( :val => @ext_pattern ).external_form end |