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



21
22
23
# File 'lib/rfc822.rb', line 21

def host
  @host
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



21
22
23
# File 'lib/rfc822.rb', line 21

def priority
  @priority
end