class Librarian

this class represents the Model for the entries available in the librarian.json

Attributes

permissions[RW]
username[RW]

Public Class Methods

new(*args) click to toggle source
# File lib/lita/handlers/librarian.rb, line 7
def initialize(*args)
  #@id = args[0]
  @username = args[0]
  @permissions = args[1]
end