summaryrefslogtreecommitdiff
path: root/qa/qa/factory/resource/ssh_key.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/factory/resource/ssh_key.rb')
-rw-r--r--qa/qa/factory/resource/ssh_key.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/qa/qa/factory/resource/ssh_key.rb b/qa/qa/factory/resource/ssh_key.rb
index a48a93fbe65..6f952eda36f 100644
--- a/qa/qa/factory/resource/ssh_key.rb
+++ b/qa/qa/factory/resource/ssh_key.rb
@@ -6,11 +6,9 @@ module QA
class SSHKey < Factory::Base
extend Forwardable
- def_delegators :key, :private_key, :public_key, :fingerprint
+ attr_accessor :title
- attribute :private_key
- attribute :title
- attribute :fingerprint
+ def_delegators :key, :private_key, :public_key, :fingerprint
def key
@key ||= Runtime::Key::RSA.new