Class: EventMachine::Udns::RR_MX

Inherits:
Object
  • Object
show all
Defined in:
ext/em-udns.c

Instance Method Summary collapse

Instance Method Details

#domainObject

Attribute readers.



629
# File 'ext/em-udns.c', line 629

VALUE RR_MX_domain(VALUE self)          { return rb_ivar_get(self, id_domain); }

#priorityObject



630
# File 'ext/em-udns.c', line 630

VALUE RR_MX_priority(VALUE self)        { return rb_ivar_get(self, id_priority); }