Sha256: 815f33c5e019066455444e8fce3d74e73d1dffbb6d15e338375c7d65ff76d442

Contents?: true

Size: 226 Bytes

Versions: 19

Compression:

Stored size: 226 Bytes

Contents

module WhowishWord

  module Authentication
   
    attr_accessor :username, :password
    
    def init_username_and_password
      @username ||= "whowishword"
      @password ||= "pass"
    end
    
  end
  
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
whowish_word-0.3.1 lib/whowish_word/authentication.rb
whowish_word-0.3.0 lib/whowish_word/authentication.rb
whowish_word-0.2.7 lib/whowish_word/authentication.rb
whowish_word-0.2.6 lib/whowish_word/authentication.rb
whowish_word-0.2.5 lib/whowish_word/authentication.rb
whowish_word-0.2.3 lib/whowish_word/authentication.rb
whowish_word-0.2.2 lib/whowish_word/authentication.rb
whowish_word-0.2.1 lib/whowish_word/authentication.rb
whowish_word-0.2.0 lib/whowish_word/authentication.rb
whowish_word-0.1.9 lib/whowish_word/authentication.rb
whowish_word-0.1.8 lib/whowish_word/authentication.rb
whowish_word-0.1.7 lib/whowish_word/authentication.rb
whowish_word-0.1.6 lib/whowish_word/authentication.rb
whowish_word-0.1.5 lib/whowish_word/authentication.rb
whowish_word-0.1.4 lib/whowish_word/authentication.rb
whowish_word-0.1.3 lib/whowish_word/authentication.rb
whowish_word-0.1.2 lib/whowish_word/authentication.rb
whowish_word-0.1.1 lib/whowish_word/authentication.rb
whowish_word-0.1.0 lib/whowish_word/authentication.rb