Class: Dnsimple::Struct::DomainPush

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

#accepted_atString

Returns When the domain push was accepted in DNSimple.

Returns:

  • (String)

    When the domain push was accepted in DNSimple.



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

def accepted_at
  @accepted_at
end

#account_idInteger

Returns The associated account ID.

Returns:

  • (Integer)

    The associated account ID.



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

def 
  @account_id
end

#contact_idInteger

Returns The associated contact ID.

Returns:

  • (Integer)

    The associated contact ID.



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

def contact_id
  @contact_id
end

#created_atString

Returns When the domain push was created in DNSimple.

Returns:

  • (String)

    When the domain push was created in DNSimple.



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

def created_at
  @created_at
end

#domain_idInteger

Returns The associated domain ID.

Returns:

  • (Integer)

    The associated domain ID.



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

def domain_id
  @domain_id
end

#idInteger

Returns The domain push ID in DNSimple.

Returns:

  • (Integer)

    The domain push ID in DNSimple.



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

def id
  @id
end

#updated_atString

Returns When the domain push was last updated in DNSimple.

Returns:

  • (String)

    When the domain push was last updated in DNSimple.



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

def updated_at
  @updated_at
end