Sha256: a186e49c813ad266347864660d83264881a7096012060bda137497b6cb2f6cce

Contents?: true

Size: 213 Bytes

Versions: 2

Compression:

Stored size: 213 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

2 entries across 2 versions & 1 rubygems

Version Path
whowish_word-0.3.3 lib/whowish_word/authentication.rb
whowish_word-0.3.2 lib/whowish_word/authentication.rb