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



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

def created_at
  @created_at
end

#idInteger



6
7
8
# File 'lib/dnsimple/struct/vanity_name_server.rb', line 6

def id
  @id
end

#ipv4String



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

def ipv4
  @ipv4
end

#ipv6String



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

def ipv6
  @ipv6
end

#nameString



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

def name
  @name
end

#updated_atString



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

def updated_at
  @updated_at
end