class Edools::Core::Collaborator

Public Instance Methods

to_json(options={}) click to toggle source
Calls superclass method
# File lib/edools/core/collaborator.rb, line 9
def to_json(options={})
  super(include_root_in_json ? { root: 'user' }.merge(options) : options)
end
to_xml(options={}) click to toggle source
Calls superclass method
# File lib/edools/core/collaborator.rb, line 13
def to_xml(options={})
  super({ root: 'user' }.merge(options))
end