Class: Dnsimple::Struct::DelegationSignerRecord

Inherits:
Base
  • Object
show all
Defined in:
lib/dnsimple/struct/delegation_signer_record.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

#algorithmString

Returns The signing algorithm used.

Returns:

  • (String)

    The signing algorithm used.



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

def algorithm
  @algorithm
end

#created_atString

Returns When the delegation signing record was created in DNSimple.

Returns:

  • (String)

    When the delegation signing record was created in DNSimple.



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

def created_at
  @created_at
end

#digestString

Returns The digest value.

Returns:

  • (String)

    The digest value.



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

def digest
  @digest
end

#digest_typeString

Returns The digest type used.

Returns:

  • (String)

    The digest type used.



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

def digest_type
  @digest_type
end

#domain_idInteger

Returns The associated domain ID.

Returns:

  • (Integer)

    The associated domain ID.



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

def domain_id
  @domain_id
end

#idInteger

Returns The ID of the delegation signer record in DNSimple.

Returns:

  • (Integer)

    The ID of the delegation signer record in DNSimple.



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

def id
  @id
end

#keytagString

Returns The keytag for the associated DNSKEY.

Returns:

  • (String)

    The keytag for the associated DNSKEY.



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

def keytag
  @keytag
end

#updated_atString

Returns When the delegation signing record was last updated in DNSimple.

Returns:

  • (String)

    When the delegation signing record was last updated in DNSimple.



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

def updated_at
  @updated_at
end