Sha256: 574d997af4d8aaddeaf3dfd3a06440c42dfc8be2c7ad055620b3b788f4e14f4a
Contents?: true
Size: 287 Bytes
Versions: 3
Compression:
Stored size: 287 Bytes
Contents
module Auth module Lh class User attr_accessor :code, :email, :jabber, :name, :login, :shop_code, :allowed_application_codes def initialize(attributes={}) attributes.each do |k,v| self.send("#{k}=", v) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
auth-lh-0.0.3 | lib/auth/lh/user.rb |
auth-lh-0.0.2 | lib/auth/lh/user.rb |
auth-lh-0.0.1 | lib/auth/lh/user.rb |