Class: Mingle::RegexRestriction

Inherits:
BitGirderClass
  • Object
show all
Defined in:
lib/mingle.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#regexpObject (readonly)

Returns the value of attribute regexp.



1920
1921
1922
# File 'lib/mingle.rb', line 1920

def regexp
  @regexp
end

Instance Method Details

#external_formObject



1930
1931
1932
# File 'lib/mingle.rb', line 1930

def external_form
    StringToken.new( :val => @ext_pattern ).external_form
end