class MingleEventChanges::PropertyDefinition

Public Instance Methods

is_numeric?() click to toggle source
# File lib/mingle_event_changes/change.rb, line 10
def is_numeric?
  is_numeric == 'true'
end