Sha256: 306746cf96a81b45618a0a971f9ec96ad3f9541ecfe4159d4bdb9df797c9bd01

Contents?: true

Size: 197 Bytes

Versions: 226

Compression:

Stored size: 197 Bytes

Contents

require 'json'

module Travis
  module Client
    class SshKey < SingletonSetting
      attributes :description, :fingerprint
      one        :ssh_key
      many       :ssh_keys
    end
  end
end

Version data entries

226 entries across 226 versions & 3 rubygems

Version Path
travis-1.6.18.travis.604.5 lib/travis/client/ssh_key.rb
travis-1.6.18.travis.596.5 lib/travis/client/ssh_key.rb
travis-1.6.18.travis.595.5 lib/travis/client/ssh_key.rb
travis-1.6.18.travis.594.5 lib/travis/client/ssh_key.rb
travis-1.6.18.travis.592.5 lib/travis/client/ssh_key.rb
travis-1.6.17 lib/travis/client/ssh_key.rb