class Purest::DNS
Constants
- GET_PARAMS
Public Instance Methods
get(options = nil)
click to toggle source
Calls superclass method
Purest::APIMethods#get
# File lib/purest/dns.rb, line 9 def get(options = nil) super(options, 'dns', GET_PARAMS) end
update(options = nil)
click to toggle source
Calls superclass method
Purest::APIMethods#update
# File lib/purest/dns.rb, line 13 def update(options = nil) super(options, 'dns') end