Class: JGrouper::Stem

Inherits:
Object
  • Object
show all
Defined in:
lib/jgrouper-server.rb

Overview

Local and temporary monkey patches to JGrouper::Stem

Instance Method Summary collapse

Instance Method Details

#to_jsonObject

Monkeypatch



84
85
86
87
88
89
90
# File 'lib/jgrouper-server.rb', line 84

def to_json
  {
    :display_name => self.display_name,
    :name         => self.name,
    :uuid         => self.uuid
  }.to_json
end