Class: SprinkleDNS::CLI::HostedZoneDiff::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/sprinkle_dns/cli/hosted_zone_diff.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



4
5
6
# File 'lib/sprinkle_dns/cli/hosted_zone_diff.rb', line 4

def action
  @action
end

#hosted_zoneObject

Returns the value of attribute hosted_zone

Returns:

  • (Object)

    the current value of hosted_zone



4
5
6
# File 'lib/sprinkle_dns/cli/hosted_zone_diff.rb', line 4

def hosted_zone
  @hosted_zone
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/sprinkle_dns/cli/hosted_zone_diff.rb', line 4

def name
  @name
end

#name_highlightObject

Returns the value of attribute name_highlight

Returns:

  • (Object)

    the current value of name_highlight



4
5
6
# File 'lib/sprinkle_dns/cli/hosted_zone_diff.rb', line 4

def name_highlight
  @name_highlight
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/sprinkle_dns/cli/hosted_zone_diff.rb', line 4

def type
  @type
end

#type_highlightObject

Returns the value of attribute type_highlight

Returns:

  • (Object)

    the current value of type_highlight



4
5
6
# File 'lib/sprinkle_dns/cli/hosted_zone_diff.rb', line 4

def type_highlight
  @type_highlight
end

#value1Object

Returns the value of attribute value1

Returns:

  • (Object)

    the current value of value1



4
5
6
# File 'lib/sprinkle_dns/cli/hosted_zone_diff.rb', line 4

def value1
  @value1
end

#value1_highlightObject

Returns the value of attribute value1_highlight

Returns:

  • (Object)

    the current value of value1_highlight



4
5
6
# File 'lib/sprinkle_dns/cli/hosted_zone_diff.rb', line 4

def value1_highlight
  @value1_highlight
end

#value2Object

Returns the value of attribute value2

Returns:

  • (Object)

    the current value of value2



4
5
6
# File 'lib/sprinkle_dns/cli/hosted_zone_diff.rb', line 4

def value2
  @value2
end

#value2_highlightObject

Returns the value of attribute value2_highlight

Returns:

  • (Object)

    the current value of value2_highlight



4
5
6
# File 'lib/sprinkle_dns/cli/hosted_zone_diff.rb', line 4

def value2_highlight
  @value2_highlight
end