class EZDyn::Change

Generic base class for any pending change.

Public Instance Methods

zone() click to toggle source

Returns the zone this change is part of.

@return [Zone] The zone this change is part of.

# File lib/ezdyn/changes.rb, line 47
def zone
  @record.zone
end