Class: XKPassword::Store
- Inherits:
-
Object
- Object
- XKPassword::Store
- Defined in:
- lib/xkpassword/store.rb
Constant Summary collapse
- SOURCE =
'google-10000-english.txt'
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize ⇒ Store
constructor
A new instance of Store.
Constructor Details
#initialize ⇒ Store
Returns a new instance of Store.
6 7 8 |
# File 'lib/xkpassword/store.rb', line 6 def initialize load_data end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
4 5 6 |
# File 'lib/xkpassword/store.rb', line 4 def data @data end |