Class: Dnsimple::Struct::Certificate

Inherits:
Base
  • Object
show all
Defined in:
lib/dnsimple/struct/certificate.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Dnsimple::Struct::Base

Instance Attribute Details

#alternate_namesArray<String>



20
21
22
# File 'lib/dnsimple/struct/certificate.rb', line 20

def alternate_names
  @alternate_names
end

#authority_identifierString



32
33
34
# File 'lib/dnsimple/struct/certificate.rb', line 32

def authority_identifier
  @authority_identifier
end

#auto_renewBoolean



35
36
37
# File 'lib/dnsimple/struct/certificate.rb', line 35

def auto_renew
  @auto_renew
end

#common_nameString



17
18
19
# File 'lib/dnsimple/struct/certificate.rb', line 17

def common_name
  @common_name
end

#contact_idInteger



14
15
16
# File 'lib/dnsimple/struct/certificate.rb', line 14

def contact_id
  @contact_id
end

#created_atString



38
39
40
# File 'lib/dnsimple/struct/certificate.rb', line 38

def created_at
  @created_at
end

#csrString



26
27
28
# File 'lib/dnsimple/struct/certificate.rb', line 26

def csr
  @csr
end

#domain_idInteger



11
12
13
# File 'lib/dnsimple/struct/certificate.rb', line 11

def domain_id
  @domain_id
end

#expires_onString



44
45
46
# File 'lib/dnsimple/struct/certificate.rb', line 44

def expires_on
  @expires_on
end

#idInteger



8
9
10
# File 'lib/dnsimple/struct/certificate.rb', line 8

def id
  @id
end

#stateString



29
30
31
# File 'lib/dnsimple/struct/certificate.rb', line 29

def state
  @state
end

#updated_atString



41
42
43
# File 'lib/dnsimple/struct/certificate.rb', line 41

def updated_at
  @updated_at
end

#yearsInteger



23
24
25
# File 'lib/dnsimple/struct/certificate.rb', line 23

def years
  @years
end