Sha256: c97eb8b523be53d6b836bd8f08ccfb924de5b1f9b2081e1c87d3012b0a8aca87

Contents?: true

Size: 184 Bytes

Versions: 15

Compression:

Stored size: 184 Bytes

Contents

module AuthLh
  class LoginAttempt
    attr_accessor :token

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
auth-lh-0.3.2 lib/auth_lh/login_attempt.rb
auth-lh-0.3.1 lib/auth_lh/login_attempt.rb
auth-lh-0.3.0 lib/auth_lh/login_attempt.rb
auth-lh-0.2.4 lib/auth_lh/login_attempt.rb
auth-lh-0.2.3 lib/auth_lh/login_attempt.rb
auth-lh-0.2.2 lib/auth_lh/login_attempt.rb
auth-lh-0.2.1 lib/auth_lh/login_attempt.rb
auth-lh-0.2.0 lib/auth_lh/login_attempt.rb
auth-lh-0.1.1 lib/auth_lh/login_attempt.rb
auth-lh-0.1.0 lib/auth_lh/login_attempt.rb
auth-lh-0.0.12 lib/auth_lh/login_attempt.rb
auth-lh-0.0.11 lib/auth_lh/login_attempt.rb
auth-lh-0.0.10 lib/auth_lh/login_attempt.rb
auth-lh-0.0.9 lib/auth_lh/login_attempt.rb
auth-lh-0.0.8 lib/auth_lh/login_attempt.rb