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