Sha256: 785d1c4143c50412306ffe1ec77dcd6938deecace483e19f0ec4e44c7622b1bf

Contents?: true

Size: 268 Bytes

Versions: 1

Compression:

Stored size: 268 Bytes

Contents

module AuthLh
  class ExternalApp
    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

1 entries across 1 versions & 1 rubygems

Version Path
auth-lh-0.8.2 lib/auth_lh/external_app.rb