Class: SprinkleDNS::MockChangeRequest

Inherits:
Struct
  • Object
show all
Defined in:
lib/sprinkle_dns/providers/mock_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zoneObject

Returns the value of attribute hosted_zone

Returns:

  • (Object)

    the current value of hosted_zone



2
3
4
# File 'lib/sprinkle_dns/providers/mock_client.rb', line 2

def hosted_zone
  @hosted_zone
end

#in_syncObject

Returns the value of attribute in_sync

Returns:

  • (Object)

    the current value of in_sync



2
3
4
# File 'lib/sprinkle_dns/providers/mock_client.rb', line 2

def in_sync
  @in_sync
end

#triesObject

Returns the value of attribute tries

Returns:

  • (Object)

    the current value of tries



2
3
4
# File 'lib/sprinkle_dns/providers/mock_client.rb', line 2

def tries
  @tries
end

#tries_neededObject

Returns the value of attribute tries_needed

Returns:

  • (Object)

    the current value of tries_needed



2
3
4
# File 'lib/sprinkle_dns/providers/mock_client.rb', line 2

def tries_needed
  @tries_needed
end