Class: Authkeys::Key

Inherits:
Object
  • Object
show all
Defined in:
lib/authkeys/key.rb

Instance Method Summary collapse

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