Class: KonoEppClient::Commands::Poll
- Defined in:
- lib/kono_epp_client/commands/poll.rb
Instance Method Summary collapse
- #ack_id=(id) ⇒ Object
-
#initialize(op = :req) ⇒ Poll
constructor
A new instance of Poll.
Constructor Details
Instance Method Details
#ack_id=(id) ⇒ Object
12 13 14 15 16 |
# File 'lib/kono_epp_client/commands/poll.rb', line 12 def ack_id=(id) poll = root.elements['command/poll'] poll.add_attribute("msgID", id) end |