Sha256: 0cfbc41d8228100b9e70354e600ab1019d11cba549dfb47d83caaacb85b6ac7e

Contents?: true

Size: 216 Bytes

Versions: 7

Compression:

Stored size: 216 Bytes

Contents

module Auth
  module Lh
    class LoginAttempt
      attr_accessor :token

      def initialize(attributes={})
        attributes.each do |k,v|
          self.send("#{k}=", v)
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
auth-lh-0.0.7 lib/auth/lh/login_attempt.rb
auth-lh-0.0.6 lib/auth/lh/login_attempt.rb
auth-lh-0.0.5 lib/auth/lh/login_attempt.rb
auth-lh-0.0.4 lib/auth/lh/login_attempt.rb
auth-lh-0.0.3 lib/auth/lh/login_attempt.rb
auth-lh-0.0.2 lib/auth/lh/login_attempt.rb
auth-lh-0.0.1 lib/auth/lh/login_attempt.rb