Class: Dnsimple::Struct::VanityNameServer

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

#created_atString

Returns When the vanity name server was created in DNSimple.

Returns:

  • (String)

    When the vanity name server was created in DNSimple.



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

def created_at
  @created_at
end

#idInteger

Returns The vanity name server ID in DNSimple.

Returns:

  • (Integer)

    The vanity name server ID in DNSimple.



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

def id
  @id
end

#ipv4String

Returns The vanity name server IPv4.

Returns:

  • (String)

    The vanity name server IPv4.



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

def ipv4
  @ipv4
end

#ipv6String

Returns The vanity name server IPv6.

Returns:

  • (String)

    The vanity name server IPv6.



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

def ipv6
  @ipv6
end

#nameString

Returns The vanity name server name.

Returns:

  • (String)

    The vanity name server name.



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

def name
  @name
end

#updated_atString

Returns When the vanity name server was last updated in DNSimple.

Returns:

  • (String)

    When the vanity name server was last updated in DNSimple.



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

def updated_at
  @updated_at
end