Sha256: 626907d8e37a035f8cf1f5c5cfc5c9667f50a1bd90175540be6c938ecc485c19
Contents?: true
Size: 243 Bytes
Versions: 10
Compression:
Stored size: 243 Bytes
Contents
module AuthLh class ExternalApp attr_accessor :code, :name, :description, :url, :notify_user_changed, :is_local def initialize(attributes={}) attributes.each do |k,v| self.send("#{k}=", v) end end end end
Version data entries
10 entries across 10 versions & 1 rubygems