Class: RFC822::MXRecord

Inherits:
Struct
  • Object
show all
Defined in:
lib/rfc822.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



29
30
31
# File 'lib/rfc822.rb', line 29

def host
  @host
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



29
30
31
# File 'lib/rfc822.rb', line 29

def priority
  @priority
end