class AuthLh::Role

Attributes

id[RW]
name[RW]
position[RW]

Public Class Methods

new(attributes={}) click to toggle source
# File lib/auth_lh/role.rb, line 5
def initialize(attributes={})
  attributes.each do |k,v|
    self.send("#{k}=", v)
  end
end