Skip to content

Commit

Permalink
Removed Dnsimple::Struct::Certificate#name
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Jul 19, 2016
1 parent e70eded commit 3124ba6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions lib/dnsimple/struct/certificate.rb
Expand Up @@ -8,9 +8,6 @@ class Certificate < Base
# @return [Fixnum] The associated domain ID.
attr_accessor :domain_id

# @return [String] The certificate name.
attr_accessor :name

# @return [String] The certificate common name.
attr_accessor :common_name

Expand Down
1 change: 0 additions & 1 deletion spec/dnsimple/client/certificates_spec.rb
Expand Up @@ -87,7 +87,6 @@
expect(result).to be_a(Dnsimple::Struct::Certificate)
expect(result.id).to eq(1)
expect(result.domain_id).to eq(2)
expect(result.name).to eq("www")
expect(result.common_name).to eq("www.weppos.net")
expect(result.years).to eq(1)
expect(result.csr).to eq("-----BEGIN CERTIFICATE REQUEST-----\nMIICljCCAX4CAQAwGTEXMBUGA1UEAwwOd3d3LndlcHBvcy5uZXQwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3MJwx9ahBG3kAwRjQdRvYZqtovUaxY6jp\nhd09975gO+2eYPDbc1yhNftVJ4KBT0zdEqzX0CwIlxE1MsnZ2YOsC7IJO531hMBp\ndBxM4tSG07xPz70AVUi9rY6YCUoJHmxoFbclpHFbtXZocR393WyzUK8047uM2mlz\n03AZKcMdyfeuo2/9TcxpTSCkklGqwqS9wtTogckaDHJDoBunAkMioGfOSMe7Yi6E\nYRtG4yPJYsDaq2yPJWV8+i0PFR1Wi5RCnPt0YdQWstHuZrxABi45+XVkzKtz3TUc\nYxrvPBucVa6uzd953u8CixNFkiOefvb/dajsv1GIwH6/Cvc1ftz1AgMBAAGgODA2\nBgkqhkiG9w0BCQ4xKTAnMCUGA1UdEQQeMByCDnd3dy53ZXBwb3MubmV0ggp3ZXBw\nb3MubmV0MA0GCSqGSIb3DQEBCwUAA4IBAQCDnVBO9RdJX0eFeZzlv5c8yG8duhKP\nl0Vl+V88fJylb/cbNj9qFPkKTK0vTXmS2XUFBChKPtLucp8+Z754UswX+QCsdc7U\nTTSG0CkyilcSubdZUERGej1XfrVQhrokk7Fu0Jh3BdT6REP0SIDTpA8ku/aRQiAp\np+h19M37S7+w/DMGDAq2LSX8jOpJ1yIokRDyLZpmwyLxutC21DXMGoJ3xZeUFrUT\nqRNwzkn2dJzgTrPkzhaXalUBqv+nfXHqHaWljZa/O0NVCFrHCdTdd53/6EE2Yabv\nq5SFTkRCpaxrvM/7a8Tr4ixD1/VKD6rw3+WC00000000000000000000\n-----END CERTIFICATE REQUEST-----\n")
Expand Down

0 comments on commit 3124ba6

Please sign in to comment.