class Mingle::ListTypeReference
Public Instance Methods
external_form()
click to toggle source
# File lib/mingle.rb, line 2041 def external_form "#{@element_type.external_form}#{@allows_empty ? "*" : "+"}" end
hash()
click to toggle source
# File lib/mingle.rb, line 2036 def hash [ @element_type, @allows_empty ].hash end