class Authkeys::Key

Public Class Methods

new(data) click to toggle source
# File lib/authkeys/key.rb, line 3
def initialize(data)
  @data = data
end