GetPathAttribute constructor

GetPathAttribute()

Implementation

GetPathAttribute() {
  methods = {
    'init': (msg, context) => init(msg, context),
    'notify': (msg, context) => notify(msg, context),
  };
}