Class: Authkeys::Key
- Inherits:
-
Object
- Object
- Authkeys::Key
- Defined in:
- lib/authkeys/key.rb
Instance Method Summary collapse
-
#initialize(data) ⇒ Key
constructor
A new instance of Key.
Constructor Details
#initialize(data) ⇒ Key
Returns a new instance of Key.
3 4 5 |
# File 'lib/authkeys/key.rb', line 3 def initialize(data) @data = data end |